github.com/erriapo/terraform@v0.6.12-0.20160203182612-0340ea72354f/config/test-fixtures/bad-variable-type.tf (about)

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