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