Skip to content

Commit

Permalink
Use new version of terraform-aws-sqs module #5777
Browse files Browse the repository at this point in the history
  • Loading branch information
StepanBrychta committed Sep 6, 2024
1 parent 6fd999a commit 8adc78a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/modules/scaling_service/queue.tf
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 8adc78a

Please sign in to comment.