github.com/xsb/terraform@v0.6.13-0.20160314145438-fe415c2f09d7/terraform/test-fixtures/input-vars-unset/main.tf (about)

     1  variable "foo" {}
     2  variable "bar" {}
     3  
     4  resource "aws_instance" "foo" {
     5      foo = "${var.foo}"
     6      bar = "${var.bar}"
     7  }