-
Notifications
You must be signed in to change notification settings - Fork 2k
AWS v7 Provider upgrade #6259
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
AWS v7 Provider upgrade #6259
Conversation
7ecfba8 to
0cd4502
Compare
7cdee66 to
3f57e52
Compare
|
Draft message for release notes:
|
|
One thing to consider, adding support for |
3f57e52 to
79c8374
Compare
|
I hope we can push on this PR as a lot of features are blocked by it 👍 |
79c8374 to
bd42373
Compare
|
@vimtor Now that pulumi has been merged I've updated this PR so it's good to review now. |
9120021 to
9bc91fa
Compare
AWS provider upgade has some breaking changes which requires some manual intervention before the user should deploy using the new version.
The steps are explained here https://www.pulumi.com/registry/packages/aws/how-to-guides/7-0-migration
Upgrade pulumi to latest version (this contains the new arg flag --run-program for refresh). (Thanks to @abnud11)This will be merged separately in another PR.sst difforsst deploy. Which asks the user to explicitly runsst refreshto migrate their state to the new version. Deploy/diff will be blocked until this is done and no resources in your state are using an outdated version.--run-programpulumi arg to refresh command, which allows the refresh to update the provider in the state.