kubeform.dev/terraform-backend-sdk@v0.0.0-20220310143633-45f07fe731c5/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  }