Skip to content

Commit a43d1fb

Browse files
[PRMT-541] Update virus scan stub variable
1 parent 18f06c8 commit a43d1fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/lambda-document-upload-check.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ module "document_upload_check_lambda" {
2525
LLOYD_GEORGE_BUCKET_NAME = module.ndr-lloyd-george-store.bucket_id
2626
PDM_BUCKET_NAME = module.pdm-document-store.bucket_id
2727
WORKSPACE = terraform.workspace
28-
VIRUS_SCAN_STUB = false #!local.is_production
28+
VIRUS_SCAN_STUB = !local.is_production
2929

3030
}
3131
lambda_timeout = 900

0 commit comments

Comments
 (0)