opentofu/terraform/test-fixtures/new-variables/main.tf

5 lines
61 B
Terraform
Raw Normal View History

variable "foo" {}
variable "bar" {
default = "baz"
}