github.com/maheshbr/terraform@v0.3.1-0.20141020033300-deec7194a3ea/terraform/test-fixtures/new-variables/main.tf (about)

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