brainy-ocean-92780
01/22/2021, 8:21 PMexport { resourceGroup }
where resourceGroup was the result of a declaration.
In c# however I get an error stating that the type must be of Output<T>, so in this case Output<ResourceGroup>, but the result of declaring a ResourceGroup is not Output<ResourceGroup> it's ResourceGroup. Is there a way in c# to either convert this resource to the output version of itself? Or is it possible to have the pulumi application have outputs that are not of Output<T>?tall-librarian-49374
01/22/2021, 8:57 PMbrainy-ocean-92780
01/22/2021, 9:19 PM