You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
packer/command/test-fixtures/version_req/base_success/version.pkr.hcl

12 lines
130 B

packer {
required_version = ">= 1.0.0"
}
source "null" "test" {
communicator = "none"
}
build {
sources = ["null.test"]
}