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 b1e16e5 commit cd31c48Copy full SHA for cd31c48
infrastructure/lambda-bulk-upload.tf
@@ -12,7 +12,6 @@ module "bulk-upload-lambda" {
12
module.lloyd_george_reference_dynamodb_table.dynamodb_write_policy_document,
13
module.bulk_upload_report_dynamodb_table.dynamodb_read_policy_document,
14
module.bulk_upload_report_dynamodb_table.dynamodb_write_policy_document,
15
- module.sqs-nrl-queue.sqs_read_policy_document,
16
module.sqs-nrl-queue.sqs_write_policy_document,
17
module.sqs-lg-bulk-upload-metadata-queue.sqs_read_policy_document,
18
module.sqs-lg-bulk-upload-metadata-queue.sqs_write_policy_document,
0 commit comments