This message was deleted.
# general
s
This message was deleted.
w
There is a a (relatively new) flag
pulumi up —replace <urn>
which can be used to force a specific resource to replace. There is also a
pulumi up —target-replace <urn>
to do just that replacement without processing any other update changes.
👍 2
b
@white-balloon-205, thank you so much!
@white-balloon-205, sorry, but I have an additional question. If I deleted an urn from a pulumi state, the solutions above do not work. What would be the workaround there? So, GCP reports the resource exists, but it is not in a pulumi state. I think in this case it is a GCP limitation and it has nothing to do with pulumi, right?