Skip to content

Commit 0b1be2f

Browse files
CCM-9247: Fix resource name
1 parent 7d42626 commit 0b1be2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/terraform/modules/backend-api/cloudwatch_event_rule_guardduty_quarantine_scan_failed_for_proof.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
resource "aws_cloudwatch_event_rule" "guardduty_quarantine_scan_failed_for_proof" {
2-
name = "${local.csi}-quarantine-scan-failed"
2+
name = "${local.csi}-quarantine-scan-failed-for-proof"
33
description = "Matches quarantine 'GuardDuty Malware Protection Object Scan Result' events where the scan result is not NO_THREATS_FOUND"
44

55
event_pattern = jsonencode({

0 commit comments

Comments
 (0)