github.com/opsidian/terraform@v0.7.8-0.20161104123224-27c39cdfba5b/config/test-fixtures/bad-variable-type.tf (about)

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