github.com/cmorent/terraform@v0.9.7-0.20170606050955-17b4f0a85504/command/test-fixtures/plan-vars/main.tf (about)

     1  variable "foo" {}
     2  
     3  resource "test_instance" "foo" {
     4      value = "${var.foo}"
     5  }