terraform/configs/testdata/valid-files/variable-type-quoted.tf

4 lines
44 B
HCL

variable "bad_type" {
type = "string"
}