Skip to content

Commit 4656623

Browse files
committed
CCM-12616: fix Unsupported attribute error
1 parent 9c8741c commit 4656623

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_received.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ resource "aws_cloudwatch_event_rule" "mesh_inbox_message_received" {
1919
resource "aws_cloudwatch_event_target" "mesh_download_sqs" {
2020
rule = aws_cloudwatch_event_rule.mesh_inbox_message_received.name
2121
target_id = "mesh-inbox-message-received-sqs-target"
22-
arn = module.sqs_mesh_download.queue_arn
22+
arn = module.sqs_mesh_download.sqs_queue_arn
2323
event_bus_name = aws_cloudwatch_event_bus.main.name
2424
}

0 commit comments

Comments
 (0)