github.com/minamijoyo/terraform@v0.7.8-0.20161029001309-18b3736ba44b/config/test-fixtures/bad-variable-type.tf (about)

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