Skip to content

Commit 06b41b1

Browse files
committed
CCM-12995: Fix comment
1 parent 7079a2a commit 06b41b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

infrastructure/terraform/modules/eventsub/cloudwatch_log_group_sns_delivery_logging_success.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
resource "aws_cloudwatch_log_group" "sns_delivery_logging_success" {
22
count = var.enable_sns_delivery_logging ? 1 : 0
33

4-
# SNS doesn't allow specifying a log group and is derived as: sns/${region}/${account_id}/${name_of_sns_topic}/Failure
5-
# (for failure logs)
4+
# SNS doesn't allow specifying a log group and is derived as: sns/${region}/${account_id}/${name_of_sns_topic}
5+
# (for success logs)
66
name = "sns/${var.region}/${var.aws_account_id}/${local.csi}"
77
kms_key_id = var.kms_key_arn
88
retention_in_days = var.log_retention_in_days

0 commit comments

Comments
 (0)