Skip to content

Commit a684adb

Browse files
committed
CCM-12842: Correct downlowed -> downloaded
1 parent 2271c03 commit a684adb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/terraform/components/dl/cloudwatch_event_rule_mesh_inbox_message_dowloaded.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" "mesh_inbox_message_downloaded" {
22
name = "${local.csi}-mesh-inbox-message-downloaded"
3-
description = "MESH inbox message downlowed event rule"
3+
description = "MESH inbox message downloaded event rule"
44
event_bus_name = aws_cloudwatch_event_bus.main.name
55

66
event_pattern = jsonencode({

0 commit comments

Comments
 (0)