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