Skip to content

Commit 5e2c471

Browse files
committed
Update IAM policy to use document upload review DynamoDB table
Signed-off-by: NogaNHS <[email protected]>
1 parent 15d9926 commit 5e2c471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/lambda-get-report-by-ods.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ module "get-report-by-ods-lambda" {
5858
module.ndr-app-config.app_config_policy,
5959
module.statistical-reports-store.s3_write_policy_document,
6060
module.lloyd_george_reference_dynamodb_table.dynamodb_read_policy_document,
61-
module.ndr-document-pending-review-store.s3_read_policy_document
61+
module.document_upload_review_dynamodb_table.dynamodb_read_policy_document
6262
]
6363
kms_deletion_window = var.kms_deletion_window
6464
rest_api_id = aws_api_gateway_rest_api.ndr_doc_store_api.id

0 commit comments

Comments
 (0)