terraform/config/testdata/variables.tf

8 lines
93 B
HCL

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