|
@@ -86,6 +86,7 @@ resource "aws_sns_topic_subscription" "config-notifications-to-queue" {
|
|
|
resource "aws_kms_key" "config-notifications-key" {
|
|
|
description = "Encryption of SNS and SQS queue for config change notifications"
|
|
|
policy = data.aws_iam_policy_document.config-notifications-kms-policy.json
|
|
|
+ enable_key_rotation = true
|
|
|
}
|
|
|
|
|
|
data "aws_iam_policy_document" "config-notifications-kms-policy" {
|