You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
no way to do the above with a top-level async program such as
using System.Collections.Generic;
using Pulumi;
return await Deployment.RunAsync(() =>
{
// no way to register stack transformations with this type
// Export outputs here
return new Dictionary<string, object?>
{
["outputKey"] = "outputValue"
};
});
Output of pulumi about
n/a
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered:
What happened?
see title
Example
https://www.pulumi.com/docs/concepts/options/transformations/#stack-transformations
no way to do the above with a top-level async program such as
Output of
pulumi about
n/a
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: