terraform/config/testdata/variables.tf

8 lines
93 B
Terraform
Raw Normal View History

2014-07-28 19:43:00 +02:00
variable "foo" {}
variable "bar" {
default = ""
}
variable "baz" {
default = "foo"
}