diff --git a/templates/sqs.tf b/templates/sqs.tf index 4b7a95a975..56b2b2515e 100644 --- a/templates/sqs.tf +++ b/templates/sqs.tf @@ -33,7 +33,7 @@ resource "aws_sqs_queue_policy" "SERVICE_NAME-queue-policy" { } module "SERVICE_NAME-dlq" { - source = "github.com/ministryofjustice/cloud-platform-terraform-sqs?ref=5.0.0" + source = "github.com/ministryofjustice/cloud-platform-terraform-sqs?ref=5.1.0" # Queue configuration sqs_name = "SERVICE_NAME-dlq"