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
Providers created with pulumi-go-provider don't add version to state even though version is in /internal/pulumiUtilities.go in the PkgResourceDefaultOpts method #406
Currently providers created with pulumi-go-provider-1.0.2 does not add a version to the state leaving blind version updates, even though the version is in the sdk in /internal/pulumiUtilities.go in the PkgResourceDefaultOpts method
Example
I don't currently have an example.
Output of pulumi about
Pulumi 3.1860
Pulumi-go-provider 1.0.2
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).