Skip to content

Commit 7b4ec77

Browse files
committed
[PRMP-809] missing comma in lambda-document-upload-check.tf
Signed-off-by: NogaNHS <[email protected]>
1 parent 8122690 commit 7b4ec77

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
@@ -15,7 +15,7 @@ module "document_upload_check_lambda" {
1515
data.aws_iam_policy.aws_lambda_vpc_access_execution_role.policy,
1616
local.is_production ? "" : module.document_review_dynamodb_table[0].dynamodb_read_policy_document,
1717
local.is_production ? "" : module.document_review_dynamodb_table[0].dynamodb_write_policy_document,
18-
module.ndr-document-pending-review-store.s3_write_policy_document
18+
module.ndr-document-pending-review-store.s3_write_policy_document,
1919
module.core_dynamodb_table.dynamodb_read_policy_document,
2020
module.core_dynamodb_table.dynamodb_write_policy_document,
2121
]

0 commit comments

Comments
 (0)