``` googleapi: Error 400: The field 'entity.managedZone.id' cannot be modified., immutableField: pro...
c
Copy code
googleapi: Error 400: The field 'entity.managedZone.id' cannot be modified., immutableField: provider=google-beta@7.38.0
what could be the reason of an error? i've updated gcp provider from 6 to 7 version and ran
pulumi up
l
It seems like you're trying to modify an immutable field and as a result google is refusing the attempt. Is there any place in your code that you're trying to make this edit? The current Pulumi provider is v8.40.0 so I would recommend upgrading to that
c
nope, absolutely no changes in code, just the version of provider updated. i've started 6 to 7, and planned to upgrade to 8 afterwards, but stuck with those errors