github.com/jonasi/terraform@v0.6.10-0.20160125170522-e865c342cc1f/config/test-fixtures/bad-variable-type.tf (about)

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