Skip to content

Commit a0419be

Browse files
[PRMT-541] put lambda in the same vpc and security group as the scanner API
1 parent 09a4f25 commit a0419be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/lambda-bulk-upload-metadata-processor.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ module "bulk-upload-metadata-processor-lambda" {
2828
LLOYD_GEORGE_DYNAMODB_NAME = "${terraform.workspace}_${var.lloyd_george_dynamodb_table_name}"
2929
METADATA_SQS_QUEUE_URL = module.sqs-lg-bulk-upload-metadata-queue.sqs_url
3030

31-
VIRUS_SCAN_STUB = false #!local.is_production
31+
VIRUS_SCAN_STUB = false #!local.is_production
3232
}
3333

3434
vpc_subnet_ids = length(data.aws_security_groups.virus_scanner_api.ids) == 1 ? module.ndr-vpc-ui.private_subnets : []

0 commit comments

Comments
 (0)