Skip to content

Commit 4b38704

Browse files
permissions
1 parent 3db9c67 commit 4b38704

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

infrastructure/terraform/components/api/module_lambda_supplier_allocator.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ data "aws_iam_policy_document" "sqs_supplier_allocator_lambda" {
6666
]
6767

6868
resources = [
69-
module.sqs_letter_updates.sqs_queue_arn
69+
module.sqs_supplier_allocator.sqs_queue_arn
7070
]
7171
}
7272

@@ -79,7 +79,7 @@ data "aws_iam_policy_document" "sqs_supplier_allocator_lambda" {
7979
]
8080

8181
resources = [
82-
module.sqs_supplier_allocator.sqs_queue_arn
82+
module.sqs_letter_updates.sqs_queue_arn
8383
]
8484
}
8585
}

0 commit comments

Comments
 (0)