From 331bc1f80b8ac15a82a079068096931f4873c697 Mon Sep 17 00:00:00 2001 From: Layne Haber Date: Thu, 5 Dec 2024 20:46:53 -0700 Subject: [PATCH] chore: update rabbitmq --- ops/modules/amq/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ops/modules/amq/main.tf b/ops/modules/amq/main.tf index 56ebe28372..fd8bbbd812 100644 --- a/ops/modules/amq/main.tf +++ b/ops/modules/amq/main.tf @@ -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