mirror of https://github.com/hashicorp/packer
When a user defines a `hcp_packer_registry` block in their `build` without a `bucket_name`, but they define it in their environment, Packer should not report the bucket_name being wrong.pull/13229/head
parent
5fa87f148c
commit
ac899c44c2
@ -0,0 +1,11 @@
|
||||
source "null" "test" {
|
||||
communicator = "none"
|
||||
}
|
||||
|
||||
build {
|
||||
name = "bucket-slug"
|
||||
hcp_packer_registry {
|
||||
}
|
||||
|
||||
sources = ["null.test"]
|
||||
}
|
||||
Loading…
Reference in new issue