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

     1  source file "test" {
     2  	content = " "
     3  	target = "output"
     4  }
     5  
     6  build {
     7  	name = "bucket-slug"
     8  
     9  	description = "Some build description"
    10  
    11  	hcp_packer_registry {}
    12  
    13  	sources = [
    14  		"sources.file.test",
    15  	]
    16  }
    17