github.com/jd3nn1s/terraform@v0.9.6-0.20170906225847-13878347b7a1/terraform/test-fixtures/transform-destroy-edge-basic/main.tf (about)

     1  resource "test" "A" {}
     2  resource "test" "B" { value = "${test.A.value}" }