Hello, I run into situation when I do `pulumi up...
# general
f
Hello, I run into situation when I do
pulumi up
in stack - It reports that provider has been changed (example:
[provider: urn:pulumi:dev::ops-base::pulumi:providers:aws::default_6_54_1::326e4dc2-adad-4f17-b341-58f75f975a69 => urn:pulumi:dev::ops-base::pulumi:providers:aws::default_6_54_1::output<string>]
) and it wants to replace all resources, BUT nothing has changed. Same provider, same version as before and if a colleague runs - no provider change for him. I tried already: clean repo clone with Pulumi stack code, removed
~/.pulumi/plugins/*
and downloaded again plugins. Any idea what is happening?
Found and issue: region for provider was not set in stack config file. So it probably read it from other location. Change in region triggers resource recreations obviously. Would be nice to see better debug/log message.