7 lines
82 B
HCL
Raw Permalink Normal View History

2020-06-05 17:23:54 +02:00
variable "images" {
type = map(string)
default = {
key = "value"
}
}