mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-27 08:56:25 -06:00
5 lines
61 B
Terraform
5 lines
61 B
Terraform
|
variable "foo" {}
|
||
|
variable "bar" {
|
||
|
default = "baz"
|
||
|
}
|