mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-05-13 06:00:33 -04:00
7 lines
95 B
HCL
7 lines
95 B
HCL
variable "foo" {
|
|
default = [["foo", "bar"]]
|
|
}
|
|
variable "bar" {
|
|
default = [{foo = "bar"}]
|
|
}
|