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
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already)
Issue details
The functions new postgres.Role and new postgres.Database do not check if the resource has been deleted manually. Not even with the -r argument (ie pulumi preview -r).
Hello!
Issue details
The functions
new postgres.Role
andnew postgres.Database
do not check if the resource has been deleted manually. Not even with the-r
argument (iepulumi preview -r
).Steps to reproduce
pulumi preview -r
Expected: Pulumi should try to recreate the resources
Actual: Pulumi doesn't try to recreate the resources
The text was updated successfully, but these errors were encountered: