github.com/renier/terraform@v0.7.8-0.20161024133817-eb8a9ef5471a/config/test-fixtures/bad-variable-type.tf (about)

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