mirror of
https://github.com/hashicorp/terraform.git
synced 2026-05-16 11:29:57 -04:00
7 lines
93 B
HCL
7 lines
93 B
HCL
variable "foo" {}
|
|
variable "bar" {
|
|
default = ""
|
|
}
|
|
variable "baz" {
|
|
default = "foo"
|
|
}
|