github.com/akazakov/terraform@v0.5.2-0.20160205142716-097441beafdf/config/test-fixtures/bad-variable-type.tf (about) 1 variable "bad_type" { 2 type = "notatype" 3 }