-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
fix: bump aws-sdk-go from 1.44.122 to 1.44.298 #33607
Conversation
Thanks! Note for the core team, we have @gdavison 's approval to merge this change (via Slack). |
@crw @jBouyoud I left a comment on #33522 but wanted to reiterate here. I originally bumped the version on I enabled debug logging to troubleshoot, and Terraform produced several MBs of logs describing repeated attempts to construct the graph. A quick diff against logs produced by v1.5.3 showed a stark contrast in behavior that did not seem commensurate with the change. After comparing logs, I looked for other changes and noticed the |
Thanks for pointing this out, @johnnywalker. We haven't added the Have you tried using a different backend with the current |
@johnnywalker @jBouyoud @crw This aws go sdk dependency update affects a lot of functionality, like sso or region support regarding backends. Is there any progress here? |
@gdavison Sorry for the slow response - I'll try and reproduce the issue with this branch and share logs. |
Thanks for this @jBouyoud and @johnnywalker. As of #33730, @johnnywalker I've attempted to reproduce what you described in #33607 (comment) with 1000 resources and saw no difference between |
@kmoe - I presume closing this means that Terraform 1.5 branch won't be getting the later SDK? This is a blow to those of us that can't use TF 1.6+ |
@AMMullan Correct. This is the standard Terraform development workflow. These changes are unlikely to have ever landed in 1.5.x, that is not typically how we develop the product. |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions. |
Same as #33522 on
main
targetUpgrade aws-sdk-go to v1.44.298, which enables support for Identity Center/SSO.
Ref: https://github.com/aws/aws-sdk-go/releases/tag/v1.44.298
Fixes #32448
Fixes #32465
Target Release
1.5.x
Draft CHANGELOG entry
Bump aws-sdk-go from 1.44.122 to 1.44.298 (support SSO in AWS backend)
BUG FIXES
When using the
aws
backend, Terraform no longer throws: