https://pulumi.com logo
Title
c

clever-address-74879

08/11/2022, 7:36 PM
#dotnet another question! When I do this:
var resourceGroupName = sharedStack.GetOutput("resourceGroupName");
I get a Output<object?>. How do I get a string value out? Any convenient methods to help here?