github.com/hashicorp/packer@v1.14.3/hcl2template/testdata/hcp_par/top-level-invalid-bucket.pkr.hcl (about)

     1  source "null" "test" {
     2    communicator = "none"
     3  }
     4  
     5  hcp_packer_registry {
     6    bucket_name = "invalid_bucket"
     7  }
     8  
     9  build {
    10    name = "bucket-slug"
    11    sources = ["null.test"]
    12  }