packer-cn/hcl2template/testdata/variables/unknown_key.pkr.hcl

6 lines
70 B
HCL

variable "broken_variable" {
invalid = true
default = true
}