mirror of
https://github.com/hashicorp/terraform.git
synced 2026-02-22 01:20:13 -05:00
7 lines
93 B
HCL
7 lines
93 B
HCL
variable "foo" {}
|
|
variable "bar" {
|
|
default = ""
|
|
}
|
|
variable "baz" {
|
|
default = "foo"
|
|
}
|