blob: af3ba5cc69543b035c005c7e4bc69469c3b82e21 [file] [log] [blame]
variable "a" {
default = "foo"
type = string
}
variable "b" {
default = []
type = list(string)
}
variable "c" {
default = {}
type = map(string)
}