github.com/aspring/terraform@v0.8.2-0.20161216122603-6a8619a5db2e/config/test-fixtures/bad-variable-type.tf (about)

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