-
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
Add skip_requesting_account_id Parameter to S3 Backend #34002
Conversation
Signed-off-by: Jonas Wagner <jwagner@knoppiks.de>
Thanks! I've notified the relevant team. |
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 ./internal/backend/remote-state/s3/...
ok github.com/hashicorp/terraform/internal/backend/remote-state/s3 146.390s
Reminder for the merging maintainer: if this is a user-visible change, please update the changelog on the appropriate release branch. |
Thanks for your contribution, @knoppiks! |
This enhancement has been backported and will be released with Terraform v1.6.1. |
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. |
As recent (1.6) changes to the s3 backend are breaking for anyone using an s3 api without STS API (like minio), this PR introduces a
skip_requesting_account_id
param analogously to the aws provider.Fixes #33983
Target Release
1.6.1
Draft CHANGELOG entry
ENHANCEMENTS
skip_requesting_account_id
param to s3 backend for use with S3 APIs without STS.