Skip to content

Commit b09f9ec

Browse files
committed
Fix typo
1 parent eb2d75b commit b09f9ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infrastructure/terraform/components/api/module_lambda_amendment_event_transformer.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ data "aws_iam_policy_document" "amendment_event_transformer" {
7979

8080
resources = [
8181
module.letter_status_updates_queue.sqs_queue_arn,
82-
module.amendments_queue.sqs_queue_srn,
82+
module.amendments_queue.sqs_queue_arn,
8383
]
8484
}
8585

0 commit comments

Comments
 (0)