Skip to content

Commit

Permalink
Merge pull request #6372 from connext/fix--rabbitmq-version
Browse files Browse the repository at this point in the history
chore: update rabbitmq
  • Loading branch information
LayneHaber authored Dec 6, 2024
2 parents 23e90f8 + 331bc1f commit 8fc200a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ops/modules/amq/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ resource "aws_mq_broker" "default" {
broker_name = "rmq-cluster-${var.environment}-${var.stage}"
deployment_mode = var.deployment_mode
engine_type = "RabbitMQ"
engine_version = "3.10.25"
engine_version = "3.11.28"
host_instance_type = var.host_instance_type
publicly_accessible = var.publicly_accessible
subnet_ids = var.publicly_accessible ? [] : var.subnet_ids
Expand Down

0 comments on commit 8fc200a

Please sign in to comment.