What is the generally accepted approach to upgradi...
# general
t
What is the generally accepted approach to upgrading a given pulumi project's referenced provider versions? E.g. aws from one version to a higher version. I'm assuming you can do this as similar to upgrading a terraform module's referenced provider versions. Should I expect the next plan to have a lot of changes where it appears the provider version is tracked on resources in state and URNs change due to them including the provider version number?