mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-28 05:00:26 -04:00
8 lines
93 B
HCL
8 lines
93 B
HCL
variable "foo" {}
|
|
variable "bar" {
|
|
default = ""
|
|
}
|
|
variable "baz" {
|
|
default = "foo"
|
|
}
|