-
Notifications
You must be signed in to change notification settings - Fork 372
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
Use KMS multi-region keys for the default key #218
Comments
Any update ? |
@giovannifl We need to wait the AWS provider to support multi region key resource, but it seems the upstream issue is not resolved yet. |
AWS suggests to use multi-region keys only if there is clear benefit since they introduce additional security concerns(ref). |
After considering tradeoffs, I didn't find clear benefit over complications. |
Use KMS Multi-Region Keys to centralize the CMK creation, which is currently distributed among regions.
Current status
Waiting for the multi-region keys to be supported in terraform-aws-provider(See this issue).
Ref: #182 #216
The text was updated successfully, but these errors were encountered: