Skip to content

Commit 7fa553f

Browse files
[PRMP-1512] - Rename STITCH_METADATA_DYNAMODB_NAME to UNSTITCHED_LLOYD_GEORGE_DYNAMODB_NAME
1 parent 697450c commit 7fa553f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

infrastructure/lambda-pdf-stitching.tf

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ module "pdf-stitching-lambda" {
1919
api_execution_arn = null
2020
is_invoked_from_gateway = false
2121
lambda_environment_variables = {
22-
PDF_STITCHING_SQS_URL = module.sqs-stitching-queue.sqs_url
23-
NRL_SQS_URL = module.sqs-nrl-queue.sqs_url
24-
LLOYD_GEORGE_BUCKET_NAME = "${terraform.workspace}-${var.lloyd_george_bucket_name}"
25-
LLOYD_GEORGE_DYNAMODB_NAME = "${terraform.workspace}_${var.lloyd_george_dynamodb_table_name}"
26-
STITCH_METADATA_DYNAMODB_NAME = "${terraform.workspace}_${var.unstitched_lloyd_george_dynamodb_table_name}"
27-
WORKSPACE = terraform.workspace
22+
PDF_STITCHING_SQS_URL = module.sqs-stitching-queue.sqs_url
23+
NRL_SQS_URL = module.sqs-nrl-queue.sqs_url
24+
LLOYD_GEORGE_BUCKET_NAME = "${terraform.workspace}-${var.lloyd_george_bucket_name}"
25+
LLOYD_GEORGE_DYNAMODB_NAME = "${terraform.workspace}_${var.lloyd_george_dynamodb_table_name}"
26+
UNSTITCHED_LLOYD_GEORGE_DYNAMODB_NAME = "${terraform.workspace}_${var.unstitched_lloyd_george_dynamodb_table_name}"
27+
WORKSPACE = terraform.workspace
2828
}
2929
}
3030

0 commit comments

Comments
 (0)