7 lines
82 B
HCL
7 lines
82 B
HCL
|
|
||
|
variable "images" {
|
||
|
type = map(string)
|
||
|
default = {
|
||
|
key = "value"
|
||
|
}
|
||
|
}
|