mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-01-10 02:01:50 -05:00
8 lines
93 B
HCL
8 lines
93 B
HCL
variable "foo" {}
|
|
variable "bar" {
|
|
default = ""
|
|
}
|
|
variable "baz" {
|
|
default = "foo"
|
|
}
|