github.com/tompao/terraform@v0.6.10-0.20180215233341-e41b29d0961b/terraform/test-fixtures/apply-ref-existing/child/main.tf (about)

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