Skip to content

Commit b8686d7

Browse files
committed
minor change
1 parent e87f0b7 commit b8686d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

infrastructure/lambda-document-review-processor.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module "document_review_processor_lambda" {
99
module.document_review_dynamodb_table.dynamodb_write_policy_document,
1010
module.ndr-bulk-staging-store.s3_read_policy_document,
1111
module.ndr-bulk-staging-store.s3_write_policy_document,
12-
module.pending_review_bucket.s3_write_policy_document
12+
module.ndr-document-pending-review-store.s3_write_policy_document
1313
]
1414
kms_deletion_window = var.kms_deletion_window
1515
memory_size = 512
@@ -19,7 +19,7 @@ module "document_review_processor_lambda" {
1919
api_execution_arn = null
2020
lambda_timeout = 900
2121
lambda_environment_variables = {
22-
PENDING_REVIEW_BUCKET_NAME = var.pending_review_bucket_name
22+
PENDING_REVIEW_BUCKET_NAME = var.document_pending_review_bucket_name
2323
STAGING_STORE_BUCKET_NAME = var.staging_store_bucket_name
2424
DOCUMENT_REVIEW_DYNAMODB_NAME = var.document_review_table_name
2525
WORKSPACE = terraform.workspace

0 commit comments

Comments
 (0)