terraform/config/testdata/bad-variable-type.tf

4 lines
46 B
HCL

variable "bad_type" {
type = "notatype"
}