-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
r/aws_dynamodb_table: Support 11/15/2018 Server-Side Encryption enhancements #5637
Comments
Potentially adapt some refactoring applied in #5508? |
Proposed syntax: Enhance For example: resource "aws_dynamodb_table" "t" {
name = "GameScores"
server_side_encryption {
enabled = true
sse_type = "KMS"
kms_master_key_id = "${aws_kms_key.a.id}"
}
} |
After the 11/15/2018 announcement this issue has been re-titled to implement these changes. |
Do you have a time frame for implementing this by chance? |
Closed. Replaced by #7498. |
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. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Community Note
Looking at the release notes for AWS SDK v1.15.16:
Add support for these enhancements to the
aws_dynamodb_table
resource and data source.The text was updated successfully, but these errors were encountered: