eager-vase-43200
10/07/2021, 2:31 AMctx.Export(output-name, output-resource) ?
i would basically like to add entire objects as outputs as shown in the merge-request - https://github.com/pulumi/pulumi/pull/2311
it is possible to do that in terraform by just adding value = google_project.my-project but when i do the same using ctx.Export() and setting the second arg as the object retured by NewProject func, i still see the same output for all resources.
output-name : {
URN: "urn-here"
ID : "resource-id"
PackageVersion: ""
}