We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ad50a9 commit 4e18992Copy full SHA for 4e18992
1 file changed
infrastructure/stacks/api-layer/cloudwatch_alarms.tf
@@ -311,6 +311,8 @@ resource "aws_sns_topic" "cloudwatch_alarms" {
311
resource "aws_kms_key" "sns_encryption_key" {
312
description = "KMS key for encrypting CloudWatch alarms SNS topic"
313
deletion_window_in_days = 7
314
+ enable_key_rotation = true
315
+
316
317
tags = {
318
Name = "cloudwatch-alarms-sns-encryption-key"
0 commit comments