diff --git a/infrastructure/modules/scaling_service/queue.tf b/infrastructure/modules/scaling_service/queue.tf index 4c0680d9be..6a715c733f 100644 --- a/infrastructure/modules/scaling_service/queue.tf +++ b/infrastructure/modules/scaling_service/queue.tf @@ -1,5 +1,5 @@ module "input_queue" { - source = "github.com/wellcomecollection/terraform-aws-sqs//queue?ref=v1.2.1" + source = "github.com/wellcomecollection/terraform-aws-sqs//queue?ref=v1.3.1" queue_name = var.queue_config.name