-
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
backend/s3: Adds support for IAM role chaining #35720
Conversation
6e9c92a
to
0d8595a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🎉
% TF_ACC=1 go test ./...
ok github.com/hashicorp/terraform/internal/backend/remote-state/s3 145.240s
0d8595a
to
a58ab7d
Compare
…ole.[*].role_arn`
Reminder for the merging maintainer: if this is a user-visible change, please update the changelog on the appropriate release branch. |
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. |
Adds support to the S3 backend for IAM role chaining when authenticating with AWS. Provides parity with the AWS provider v5.67.0
Target Release
1.10.0
Draft CHANGELOG entry
ENHANCEMENTS
assume_role
now accepts multiple elements.