Skip to content

Commit 0e00b05

Browse files
Merge pull request #10 from meetreks/patch-1
Changes reviewed, approved and merged...
2 parents b2f01b4 + 02518b5 commit 0e00b05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/event_bridge/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ resource "aws_cloudwatch_event_target" "cctran_cw" {
240240
}
241241

242242
resource "aws_cloudwatch_event_rule" "merchant" {
243-
name = "cc-transactions-posted"
243+
name = "cc-transactions-merchant"
244244
event_bus_name = aws_cloudwatch_event_bus.this.name
245245
event_pattern = jsonencode(
246246

0 commit comments

Comments
 (0)