Skip to content

Commit a2855cd

Browse files
[PRMT-562] added bulk upload report permission
1 parent 7b694d4 commit a2855cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

infrastructure/lambda-dynamodb-migration.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ module "dynamodb-migration-lambda" {
66
iam_role_policy_documents = [
77
module.lloyd_george_reference_dynamodb_table.dynamodb_read_policy_document,
88
module.lloyd_george_reference_dynamodb_table.dynamodb_write_policy_document,
9+
module.bulk_upload_report_dynamodb_table.dynamodb_read_policy_document,
910
module.ndr-bulk-staging-store.s3_read_policy_document,
1011
module.ndr-lloyd-george-store.s3_read_policy_document,
1112
aws_iam_policy.ssm_access_policy.policy,

0 commit comments

Comments
 (0)