Skip to content

Commit 88be531

Browse files
committed
adds comma
1 parent 72bb95e commit 88be531

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/lambda-pdf-stitching.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module "pdf-stitching-lambda" {
88
module.ndr-lloyd-george-store.s3_read_policy_document,
99
module.sqs-nrl-queue.sqs_write_policy_document,
1010
module.sqs-stitching-queue.sqs_write_policy_document,
11-
module.sqs-stitching-queue.sqs_read_policy_document
11+
module.sqs-stitching-queue.sqs_read_policy_document,
1212
module.lloyd_george_unstitched_reference_dynamodb_table.dynamodb_write_policy
1313
]
1414
rest_api_id = null

0 commit comments

Comments
 (0)