mirror of
https://github.com/hashicorp/terraform.git
synced 2026-05-28 04:03:27 -04:00
9 lines
92 B
HCL
9 lines
92 B
HCL
variable "foo" {
|
|
default = "bar"
|
|
}
|
|
|
|
variable "foo2" {
|
|
default = {
|
|
foo = "bar"
|
|
}
|
|
}
|