mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-04-29 15:01:44 -04:00
10 lines
92 B
HCL
10 lines
92 B
HCL
variable "foo" {
|
|
default = "bar"
|
|
}
|
|
|
|
variable "foo2" {
|
|
default = {
|
|
foo = "bar"
|
|
}
|
|
}
|