github.com/tkak/terraform@v0.5.4-0.20150712180941-7f738dc27225/terraform/test-fixtures/validate-computed-var/main.tf (about) 1 provider "aws" { 2 value = "${test_instance.foo.value}" 3 } 4 5 resource "aws_instance" "bar" {} 6 7 resource "test_instance" "foo" { 8 value = "yes" 9 }