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.
2 parents b2f01b4 + 02518b5 commit 0e00b05Copy full SHA for 0e00b05
source/event_bridge/main.tf
@@ -240,7 +240,7 @@ resource "aws_cloudwatch_event_target" "cctran_cw" {
240
}
241
242
resource "aws_cloudwatch_event_rule" "merchant" {
243
- name = "cc-transactions-posted"
+ name = "cc-transactions-merchant"
244
event_bus_name = aws_cloudwatch_event_bus.this.name
245
event_pattern = jsonencode(
246
0 commit comments