github.com/ibm-cloud/terraform@v0.6.4-0.20170726051544-8872b87621df/terraform/test-fixtures/apply-ref-existing/child/main.tf (about)

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