terraform/config/test-fixtures/variables.tf

8 lines
100 B
Terraform
Raw Normal View History

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