I've configured a google-native GlobalAdress with ...
# general
w
I've configured a google-native GlobalAdress with pulumi. Now it is shown to be updated, but the details diff does not show any changes. On trying to update I get these errors:
error 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?
Maybe it's an authoritation issue with google? I managed to work on by manually remove all dependencies from an exported state and delete the ressource with
pulumi state delete
. I don't want to change the external IP, so this workaround is ok for me.