After upgrading the node dependency `@pulumi/googl...
# google-cloud
f
After upgrading the node dependency
@pulumi/google-native
all of the DNS records I created will be 'replaced' with identical records with a new
urn
. I predict that this could cause disruptions in our DNS. Any ideas on how to avoid the replacement while still being able to upgrade the dependency?
b
g
maybe another option is
pulumi up --target <urn of the new provider>
this can update only the provider field without touching the resource I always find aliases too fiddly