github.com/hashicorp/packer@v1.14.3/hcl2template/testdata/variables/invalid_default.pkr.hcl (about) 1 2 3 variable "broken_type" { 4 type = list(string) 5 default = true 6 }