File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ module "bulk-upload-metadata-processor-lambda" {
1212 module . bulk_upload_report_dynamodb_table . dynamodb_write_policy_document ,
1313 module . sqs-lg-bulk-upload-metadata-queue . sqs_read_policy_document ,
1414 module . sqs-lg-bulk-upload-metadata-queue . sqs_write_policy_document ,
15+ module . lg-bulk-upload-expedite-metadata-queue . sqs_read_policy_document ,
16+ module . lg-bulk-upload-expedite-metadata-queue . sqs_write_policy_document ,
1517 module . ndr-app-config . app_config_policy ,
1618 aws_iam_policy . ssm_access_policy . policy ,
1719 data . aws_iam_policy . aws_lambda_vpc_access_execution_role . policy ,
@@ -27,6 +29,7 @@ module "bulk-upload-metadata-processor-lambda" {
2729 LLOYD_GEORGE_BUCKET_NAME = " ${ terraform . workspace } -${ var . lloyd_george_bucket_name } "
2830 LLOYD_GEORGE_DYNAMODB_NAME = " ${ terraform . workspace } _${ var . lloyd_george_dynamodb_table_name } "
2931 METADATA_SQS_QUEUE_URL = module.sqs- lg- bulk- upload- metadata- queue.sqs_url
32+ EXPEDITE_SQS_QUEUE_URL = module.lg- bulk- upload- expedite- metadata- queue.sqs_url
3033
3134 VIRUS_SCAN_STUB = ! local.is_production
3235 }
You can’t perform that action at this time.
0 commit comments