why is pulumi recreating a gcp compute subnet just...
# google-cloud
t
why is pulumi recreating a gcp compute subnet just because the provider version changed from 7_13_0 to 7_14_0?
[provider: urnpulumimain:redacted pulumipulumiprovidersgcpdefault 7 13 0:22a434da-6115-44e7-b085-dc962c2d0b6a => urnpulumimain:redacted pulumipulumiprovidersgcpdefault 7 14 0:outputstring]
there seem to be a few open issues regarding provider versions causing resources to be recreated but nothing really saying how to prevent it. any suggestions?
d
One option might be to use
ignoreChanges
-- not sure if it would work.