github.com/lymingtonprecision/terraform@v0.9.9-0.20170613092852-62acef9611a9/config/test-fixtures/bad-variable-type.tf (about)

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