github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/configs/testdata/invalid-files/variable-type-unknown.tf (about)

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