github.com/mkuzmin/terraform@v0.3.7-0.20161118171027-ec4c00ff92a9/config/test-fixtures/bad-variable-type.tf (about)

     1  variable "bad_type" {
     2      type = "notatype"
     3  }