Files
Packer-Cn/hcl2template/testdata/variables/invalid_default.pkr.hcl
T

7 lines
75 B
HCL
Raw Normal View History

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