github.com/hashicorp/packer@v1.14.3/command/test-fixtures/hcp/slug.pkr.hcl (about)

     1  source file "test" {
     2  	content = " "
     3  	target = "output"
     4  }
     5  
     6  build {
     7  	name = "bucket-slug"
     8  
     9  	hcp_packer_registry {
    10  		bucket_name = "real-bucket-slug"
    11  
    12  		description = <<EOT
    13  Some description
    14  		EOT
    15  		bucket_labels = {
    16  		    "foo" = "bar"
    17  		}
    18  	}
    19  
    20  	sources = [
    21  		"sources.file.test",
    22  	]
    23  }