File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments