2020-06-05 17:23:54 +02:00

7 lines
82 B
HCL

variable "images" {
type = map(string)
default = {
key = "value"
}
}