opentofu/config/test-fixtures/variables.tf

8 lines
93 B
Terraform
Raw Normal View History

2014-07-28 12:43:00 -05:00
variable "foo" {}
variable "bar" {
default = ""
}
variable "baz" {
default = "foo"
}