Skip to content

Commit 99b9cb7

Browse files
[PRMP-1512] - Rename NRL_SQS_QUEUE_URL to NRL_SQS_URL in lambda-pdf-stitching.tf
1 parent 029caf6 commit 99b9cb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/lambda-pdf-stitching.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module "pdf-stitching-lambda" {
2020
is_invoked_from_gateway = false
2121
lambda_environment_variables = {
2222
PDF_STITCHING_SQS_URL = module.sqs-stitching-queue.sqs_url
23-
NRL_SQS_QUEUE_URL = module.sqs-nrl-queue.sqs_url
23+
NRL_SQS_URL = module.sqs-nrl-queue.sqs_url
2424
LLOYD_GEORGE_DYNAMODB_NAME = "${terraform.workspace}_${var.lloyd_george_dynamodb_table_name}"
2525
STITCH_METADATA_DYNAMODB_NAME = "${terraform.workspace}_${var.unstitched_lloyd_george_dynamodb_table_name}"
2626
WORKSPACE = terraform.workspace

0 commit comments

Comments
 (0)