github.com/hashicorp/packer@v1.14.3/command/test-fixtures/hcp/duplicate.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  		description = "Some override description"
    12  	}
    13  
    14  	hcp_packer_registry {
    15  		bucket_name = "bucket-slug"
    16  		description = "Some override description"
    17  	}
    18  
    19  	sources = [
    20  		"sources.file.test",
    21  	]
    22  }