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
If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)
Issue details
I would like to be able to mark the output of an invoke as always secret similar to how it can be done today for a resource being created with provider:"secret". I expect this is likely because the outputs of the functions are plain strings and not pulumi.Output
Affected area/feature
The text was updated successfully, but these errors were encountered:
This has now been implemented. Note that any provider that will mark its invoke outputs as secrets must use pulumi 3.135.0 or later for its SDK code generation, since the client SDKs need to be able to deserialize secrets appropriately.
We'll cut a new release of pulumi-go-provider as soon as pulumi 3.135.0 is released.
Hello!
Issue details
I would like to be able to mark the output of an invoke as always secret similar to how it can be done today for a resource being created with
provider:"secret"
. I expect this is likely because the outputs of the functions are plain strings and notpulumi.Output
Affected area/feature
The text was updated successfully, but these errors were encountered: