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 72bb95e commit 88be531Copy full SHA for 88be531
infrastructure/lambda-pdf-stitching.tf
@@ -8,7 +8,7 @@ module "pdf-stitching-lambda" {
8
module.ndr-lloyd-george-store.s3_read_policy_document,
9
module.sqs-nrl-queue.sqs_write_policy_document,
10
module.sqs-stitching-queue.sqs_write_policy_document,
11
- module.sqs-stitching-queue.sqs_read_policy_document
+ module.sqs-stitching-queue.sqs_read_policy_document,
12
module.lloyd_george_unstitched_reference_dynamodb_table.dynamodb_write_policy
13
]
14
rest_api_id = null
0 commit comments