github.com/kevinklinger/open_terraform@v1.3.6/noninternal/terraform/testdata/graph-builder-plan-attr-as-blocks/attr-as-blocks.tf (about) 1 resource "test_thing" "a" { 2 } 3 4 resource "test_thing" "b" { 5 nested { 6 foo = test_thing.a.id 7 } 8 }