github.com/ffrizzo/terraform@v0.8.2-0.20161219200057-992e12335f3d/config/test-fixtures/bad-variable-type.tf (about) 1 variable "bad_type" { 2 type = "notatype" 3 }