Skip to content

Commit 9e6c56d

Browse files
CCM-8589: Grafana Fix and Eventrules
1 parent ad41260 commit 9e6c56d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/terraform/components/acct/cloudwatch_event_rule_aws_backup_errors.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
resource "aws_cloudwatch_event_rule" "aws_backup_errors" {
22
name = "${local.csi}-aws-backup-errors"
3-
description = "Forward AWS Backup state changes to Custom Event Bus in Observability Account"
3+
description = "Forwards AWS Backup state changes to Custom Event Bus in Observability Account"
44

55
event_pattern = jsonencode({
66
source = ["aws.backup"],

0 commit comments

Comments
 (0)