github.com/myhau/pulumi/pkg/v3@v3.70.2-0.20221116134521-f2775972e587/codegen/testing/test/testdata/synthetic-resource-properties-pp/synthetic-resource-properties.pp (about) 1 resource rt "synthetic:resourceProperties:Root" { 2 } 3 4 output trivial { 5 value = rt 6 } 7 output simple { 8 value = rt.res1 9 } 10 output foo { 11 value = rt.res1.obj1.res2.obj2 12 } 13 output complex { 14 value = rt.res1.obj1.res2.obj2.answer 15 }