hi eveyone, had a repo that was a bit out of date ...
# general
a
hi eveyone, had a repo that was a bit out of date and moving to more recent versions of pulumi and the pulumi/gcp provider:
Copy code
"@pulumi/pulumi": "^3.130.0",
"@pulumi/gcp": "^9.2.0"
now all of my resources want to add the new
pulumiLabels
entry and i'm failing with this error on all of my dns records
Copy code
googleapi: Error 400: The field 'entity.managedZone.id' cannot be modified., immutableField
naturally, don't want to delete my managedZone and recreate to get past this but unsure of what to do next.
cc @lemon-scooter-94063
going to downgrade to ^6 for
@pulumi/gcp
because this is blocking, but would love some help getting this resolved! thank you!
okay, i ran
pulumi refresh
on the old version, applied some changes, then upgraded back to 9.2.0 and it worked 🙂
l
Hey @agreeable-translator-5323 great working getting unblocked on your own! I'm curious on what changes you made after running refresh that made the upgrade work?