terraform/internal/configs/testdata/invalid-files/variable-type-unknown.tf

4 lines
44 B
HCL

variable "bad_type" {
type = notatype
}