opentofu/terraform/test-fixtures/new-variables/main.tf
Mitchell Hashimoto d28e5a1638 dos2unix
2014-07-28 10:43:00 -07:00

5 lines
57 B
HCL

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