github.com/bpineau/terraform@v0.8.0-rc1.0.20161126184705-a8886012d185/terraform/test-fixtures/apply-destroy-cross-providers/child/main.tf (about) 1 variable "value" {} 2 3 resource "aws_vpc" "bar" { 4 value = "${var.value}" 5 }