packer-cn/command/test-fixtures/validate/build.pkr.hcl

13 lines
175 B
HCL

packer {
required_version = ">= v1.0.0"
}
source "file" "chocolate" {
target = "chocolate.txt"
content = "chocolate"
}
build {
sources = ["source.file.chocolate"]
}