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

9 lines
130 B
HCL

source "file" "chocolate" {
target = "chocolate.txt"
content = "chocolate"
}
build {
sources = ["source.file.chocolate"]
}