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 8122690 commit 7b4ec77Copy full SHA for 7b4ec77
infrastructure/lambda-document-upload-check.tf
@@ -15,7 +15,7 @@ module "document_upload_check_lambda" {
15
data.aws_iam_policy.aws_lambda_vpc_access_execution_role.policy,
16
local.is_production ? "" : module.document_review_dynamodb_table[0].dynamodb_read_policy_document,
17
local.is_production ? "" : module.document_review_dynamodb_table[0].dynamodb_write_policy_document,
18
- module.ndr-document-pending-review-store.s3_write_policy_document
+ module.ndr-document-pending-review-store.s3_write_policy_document,
19
module.core_dynamodb_table.dynamodb_read_policy_document,
20
module.core_dynamodb_table.dynamodb_write_policy_document,
21
]
0 commit comments