github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/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  }