github.com/daveadams/terraform@v0.6.4-0.20160830094355-13ce74975936/config/test-fixtures/bad-variable-type.tf (about)

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