github.com/emc-cmd/terraform@v0.7.8-0.20161101145618-f16309630e7c/config/test-fixtures/bad-variable-type.tf (about)

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