Hi, what exactly determines the identity of an ins...
# general
n
Hi, what exactly determines the identity of an instance of a default provider? I have a stack with lots of AWS resources. If I run
pulumi up
on a different machine it says it has to replace all resources because the default provider is different (obviously I can't do that)
[provider: urn:pulumi:production::infra::pulumi:providers:aws::default_5_31_0::c5025172-e5d8-43d8-906e-1f9aff5f13b8 => urn:pulumi:production::infra::pulumi:providers:aws::default_5_31_0::output<string>]
g
Hi Mauricio 👋. Sounds like you may be running into this: https://github.com/pulumi/pulumi/issues/8959#issuecomment-1461297086. Aliasing the provider resource should resolve.