packer-cn/command/test-fixtures/var-arg/map.pkr.hcl

7 lines
82 B
HCL

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