-
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
Bump aws-sdk-go version at least 1.37.X #28392
Comments
#28394 |
#28398 |
#28399 |
@bflad this looks related to the PR you merged last month: And closes the following bug for current users: |
Hi @life360-vinny! Thanks for working on these. Terraform v0.12 and v0.13 are no longer actively maintained, so we will not change the SDK version in those old releases. v0.14 is still in support but with v0.15 now released we will typically only backport bug fixes to it, and not new features such as this. If this AWS SDK update doesn't include any changes that would change behavior of existing configurations then we would likely accept it for v0.15, although it would need to be merged into the With all of that said, would you mind making sure there's only one PR for this targeting the Thanks again! |
I wish you'd update to at least |
Starting with version 1.6 of Terraform, the S3 backend will be using the AWS SDK for Go v2. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Terraform Version
0.13.6 and 0.12.X
Use-cases
We would like to take advantage of the AWS SSO Credential Provider, which was added to the aws-sdk-go in v1.37.0.
Main.tf might contain
my
~/.aws/config
might look likeThen run
AWS_PROFILE=AWS_SSO_PROFILE_NAME terraform [init | apply | etc]
Attempted Solutions
Not currently possible
Proposal
Would it be possible to bump the version of aws-sdk-go in the latest versions of Terraform 0.12 and 0.13 to v1.37.2 or higher, which would transparently add this capability?
References
Feature added to aws-sdk-go
aws/aws-sdk-go#3755
bugfix
aws/aws-sdk-go#3769
Blogpost:
https://aws.amazon.com/blogs/developer/aws-sso-support-in-the-aws-sdk-for-go/
The text was updated successfully, but these errors were encountered: