github.com/hashicorp/packer@v1.14.3/hcl2template/testdata/hcp_par/build-block-ok-multiple-build-block.pkr.hcl (about) 1 source "null" "test" { 2 communicator = "none" 3 } 4 5 build { 6 name = "build1" 7 hcp_packer_registry { 8 bucket_name = "ok-Bucket-name-1" 9 } 10 11 sources = ["null.test"] 12 } 13 14 build { 15 name = "build2" 16 sources = ["null.test"] 17 }