Skip to content

Commit d02b529

Browse files
committed
CCM-12745: fix dlq url reference
1 parent d258365 commit d02b529

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/terraform/components/dl/module_lambda_ttl_create.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ module "ttl_create" {
4040
"TTL_WAIT_TIME_HOURS" = 24
4141
"TTL_SHARD_COUNT" = local.ttl_shard_count
4242
"EVENT_PUBLISH_BUS_ARN" = aws_cloudwatch_event_bus.main.arn
43-
"EVENT_PUBLISH_DLQ_URL" = module.sqs_ttl.dlq.url
43+
"EVENT_PUBLISH_DLQ_URL" = module.sqs_ttl.sqs_dlq_url
4444
}
4545
}
4646

0 commit comments

Comments
 (0)