-
Notifications
You must be signed in to change notification settings - Fork 9.9k
Feat: optional backend s3 skip kms key id validation #36730
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: main
Are you sure you want to change the base?
Feat: optional backend s3 skip kms key id validation #36730
Conversation
Signed-off-by: Lucio Reis <[email protected]>
Signed-off-by: Lucio Reis <[email protected]>
Signed-off-by: Lucio Reis <[email protected]>
This PR relates to #34763 |
Thanks for this submission! It will be up to the HashiCorp AWS provider team to review this PR. Backends typically are not a high priority for review but I have let them know. Thanks! |
@crw May I ask to send a kind reminder to the team about this PR? This could unblock terraform version upgrade in our environment 🙏 |
Add
skip_kms_key_id_validation
Option to S3 BackendThis PR adds the option
skip_kms_key_id_validation
to the S3 backend.Skipping the validation allows usage of KMS key IDs that trigger errors due to the regex.
Target Release
1.12.x
CHANGELOG entry