github.com/ojongerius/terraform@v0.7.1-0.20160811111335-97fcd5f4cc90/config/test-fixtures/bad-variable-type.tf (about)

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