github.com/cycloidio/terraform@v1.1.10-0.20220513142504-76d5c768dc63/configs/testdata/invalid-files/variable-type-unknown.tf (about)

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