pulumi / pulumi-dotnet

.NET support for Pulumi
Apache License 2.0
27 stars 24 forks source link

.NET SDK: allow arbitrary objects to be exported from a stack #60

Open mikhailshilkov opened 4 years ago

mikhailshilkov commented 4 years ago

We could convert them to POCOs and export those (like we do with js/ts/python).

JonCanning commented 4 years ago

Further to Slack chat, I was trying to export a ResourceGroup but it was only the id that was exported