Skip to content

Commit 4e18992

Browse files
committed
eli-285 enable kms key rotation
1 parent 1ad50a9 commit 4e18992

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

infrastructure/stacks/api-layer/cloudwatch_alarms.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,8 @@ resource "aws_sns_topic" "cloudwatch_alarms" {
311311
resource "aws_kms_key" "sns_encryption_key" {
312312
description = "KMS key for encrypting CloudWatch alarms SNS topic"
313313
deletion_window_in_days = 7
314+
enable_key_rotation = true
315+
314316

315317
tags = {
316318
Name = "cloudwatch-alarms-sns-encryption-key"

0 commit comments

Comments
 (0)