blob: 2292ce1549eb803aaf038ead20df2936b71bd387 [file] [log] [blame]
variable "bad_string" {
type = "string" # ERROR: Invalid quoted type constraints
}
variable "bad_map" {
type = "map" # ERROR: Invalid quoted type constraints
}
variable "bad_list" {
type = "list" # ERROR: Invalid quoted type constraints
}