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.
1 parent b2f01b4 commit 02518b5Copy full SHA for 02518b5
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