github.com/alexaandru/terraform@v0.11.1-0.20171120185746-28632790b723/config/test-fixtures/bad-variable-type.tf (about)

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