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 029caf6 commit 99b9cb7Copy full SHA for 99b9cb7
infrastructure/lambda-pdf-stitching.tf
@@ -20,7 +20,7 @@ module "pdf-stitching-lambda" {
20
is_invoked_from_gateway = false
21
lambda_environment_variables = {
22
PDF_STITCHING_SQS_URL = module.sqs-stitching-queue.sqs_url
23
- NRL_SQS_QUEUE_URL = module.sqs-nrl-queue.sqs_url
+ NRL_SQS_URL = module.sqs-nrl-queue.sqs_url
24
LLOYD_GEORGE_DYNAMODB_NAME = "${terraform.workspace}_${var.lloyd_george_dynamodb_table_name}"
25
STITCH_METADATA_DYNAMODB_NAME = "${terraform.workspace}_${var.unstitched_lloyd_george_dynamodb_table_name}"
26
WORKSPACE = terraform.workspace
0 commit comments