This message was deleted.
# general
s
This message was deleted.
e
This looks like https://github.com/pulumi/pulumi-gcp/issues/876 which was marked closed. One thing I'd try is to do an update which just sets deletionProtection. Then do another update which triggers the replace.
t
I’m having the same issue with a SQL db when doing a
down
. Ver annoying. In gcp console and my pulumi script, deletion protection is false. I also have refresh enabled as well.
I had one case where the error message changed to something like “could not delete because 6 objects depend on the db_instance”. Perhaps coincidentally a plug was updated just before I saw this.
We got rid of some issues for sql.User and sql.Databaseby setting:
Copy code
deletion_policy='ABANDON'
Still need to manually delete the db instance via the console, gcloud cmd, etc. before doing a pulumi down.