github.com/hashicorp/packer@v1.14.3/command/test-fixtures/hcp/deprecated_labels.pkr.hcl (about) 1 source file "test" { 2 content = " " 3 target = "output" 4 } 5 6 build { 7 description = "Some build description" 8 9 hcp_packer_registry { 10 bucket_name = "bucket-slug" 11 labels = { 12 "foo" = "bar" 13 } 14 } 15 16 sources = [ 17 "sources.file.test", 18 ] 19 }