github.com/hashicorp/packer@v1.14.3/command/test-fixtures/validate-invalid/missing_build_block.pkr.hcl (about) 1 source "file" "chocolate" { 2 target = "chocolate.txt" 3 content = "chocolate" 4 } 5 6 build { 7 sources = ["source.file.cho"] 8 } 9