packer-cn/command/test-fixtures/validate-invalid/missing_build_block.pkr.hcl

10 lines
125 B
HCL

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