Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Pulumi: ignore manually deleted resources during `pulumi up`

Tags:

pulumi

I'm attempting to run a pulumi up command but it's failing because some of the resources that're being replaced were already manually deleted in the GCP Kubernetes dashboard. Is there a way to ignore the fact that these resources have already been deleted and continue with the update?

like image 369
Korede Aderele Avatar asked Mar 06 '23 07:03

Korede Aderele


1 Answers

Run pulumi refresh which will reach out to GCP resources and will update the current state file in Pulumi

like image 189
Mikhail Shilkov Avatar answered May 22 '23 16:05

Mikhail Shilkov