witty-dentist-91954
07/12/2021, 3:05 PMerror sending request: Get "<https://www.googleapis.com/compute/v1/projects/my-project/global/addresses/planner-global-ip?alt=json>": stream error: stream ID 1; INTERNAL_ERROR: "<https://www.googleapis.com/compute/v1/projects/my-project/global/addresses/planner-global-ip>" map[]
, effectivly blocking me from updating any other resource.
a) Is there a way to ignore a resource during pulumi up
?
b) How could I dig more into this?pulumi state delete
.
I don't want to change the external IP, so this workaround is ok for me.