github.com/nevins-b/terraform@v0.3.8-0.20170215184714-bbae22007d5a/config/test-fixtures/variables.tf (about)

     1  variable "foo" {}
     2  variable "bar" {
     3      default = ""
     4  }
     5  variable "baz" {
     6      default = "foo"
     7  }