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