mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-13 10:40:05 -04:00
7 lines
No EOL
82 B
HCL
7 lines
No EOL
82 B
HCL
|
|
variable "images" {
|
|
type = map(string)
|
|
default = {
|
|
key = "value"
|
|
}
|
|
} |