Skip to content

Commit 1c3bbee

Browse files
committed
CCM-14347: Send Print config
1 parent 0d1807e commit 1c3bbee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

infrastructure/terraform/components/dl/cloudwatch_event_rule_lettrer_prepared.tf renamed to infrastructure/terraform/components/dl/cloudwatch_event_rule_letter_prepared.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
resource "aws_cloudwatch_event_rule" "letter_prepared" {
2-
name = "${local.csi}-pdf-analysed"
3-
description = "PDF Analysed event rule"
2+
name = "${local.csi}-letter-prepared"
3+
description = "Letter prepared event rule"
44
event_bus_name = aws_cloudwatch_event_bus.main.name
55

66
event_pattern = jsonencode({

0 commit comments

Comments
 (0)