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 7b694d4 commit a2855cdCopy full SHA for a2855cd
infrastructure/lambda-dynamodb-migration.tf
@@ -6,6 +6,7 @@ module "dynamodb-migration-lambda" {
6
iam_role_policy_documents = [
7
module.lloyd_george_reference_dynamodb_table.dynamodb_read_policy_document,
8
module.lloyd_george_reference_dynamodb_table.dynamodb_write_policy_document,
9
+ module.bulk_upload_report_dynamodb_table.dynamodb_read_policy_document,
10
module.ndr-bulk-staging-store.s3_read_policy_document,
11
module.ndr-lloyd-george-store.s3_read_policy_document,
12
aws_iam_policy.ssm_access_policy.policy,
0 commit comments