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 5d9b233 commit e03caeeCopy full SHA for e03caee
infrastructure/lambda-v2-bulk-upload-metadata.tf
@@ -7,6 +7,8 @@ module "v2-bulk-upload-metadata-lambda" {
7
iam_role_policy_documents = [
8
module.ndr-bulk-staging-store.s3_read_policy_document,
9
module.ndr-bulk-staging-store.s3_write_policy_document,
10
+ module.bulk_upload_report_dynamodb_table.dynamodb_read_policy_document,
11
+ module.bulk_upload_report_dynamodb_table.dynamodb_write_policy_document,
12
module.sqs-lg-bulk-upload-metadata-queue.sqs_read_policy_document,
13
module.sqs-lg-bulk-upload-metadata-queue.sqs_write_policy_document,
14
module.ndr-app-config.app_config_policy
0 commit comments