Skip to content

Commit 029caf6

Browse files
[PRMP-1512] - Rename stitching queue environment variable in lambda-pdf-stitching.tf
1 parent 64ab1d1 commit 029caf6

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
@@ -19,7 +19,7 @@ module "pdf-stitching-lambda" {
1919
api_execution_arn = null
2020
is_invoked_from_gateway = false
2121
lambda_environment_variables = {
22-
STITCH_SQS_QUEUE_URL = module.sqs-stitching-queue.sqs_url
22+
PDF_STITCHING_SQS_URL = module.sqs-stitching-queue.sqs_url
2323
NRL_SQS_QUEUE_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}"

0 commit comments

Comments
 (0)