We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15d9926 commit 5e2c471Copy full SHA for 5e2c471
infrastructure/lambda-get-report-by-ods.tf
@@ -58,7 +58,7 @@ module "get-report-by-ods-lambda" {
58
module.ndr-app-config.app_config_policy,
59
module.statistical-reports-store.s3_write_policy_document,
60
module.lloyd_george_reference_dynamodb_table.dynamodb_read_policy_document,
61
- module.ndr-document-pending-review-store.s3_read_policy_document
+ module.document_upload_review_dynamodb_table.dynamodb_read_policy_document
62
]
63
kms_deletion_window = var.kms_deletion_window
64
rest_api_id = aws_api_gateway_rest_api.ndr_doc_store_api.id
0 commit comments