opentofu/terraform/test-fixtures/new-variables/main.tf
2014-06-03 15:56:43 -07:00

5 lines
61 B
HCL

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