packer/command/test-fixtures/var-arg/map.pkr.hcl
2020-06-05 17:23:54 +02:00

7 lines
No EOL
82 B
HCL

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