We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad41260 commit 9e6c56dCopy full SHA for 9e6c56d
infrastructure/terraform/components/acct/cloudwatch_event_rule_aws_backup_errors.tf
@@ -1,6 +1,6 @@
1
resource "aws_cloudwatch_event_rule" "aws_backup_errors" {
2
name = "${local.csi}-aws-backup-errors"
3
- description = "Forward AWS Backup state changes to Custom Event Bus in Observability Account"
+ description = "Forwards AWS Backup state changes to Custom Event Bus in Observability Account"
4
5
event_pattern = jsonencode({
6
source = ["aws.backup"],
0 commit comments