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

7 lines
75 B
HCL

variable "broken_type" {
type = list(string)
default = true
}