From 6ab60c70edb2dc2b180da75da61ae83fefc72d54 Mon Sep 17 00:00:00 2001 From: HUNI <110475840+donghun1214@users.noreply.github.com> Date: Sun, 24 Nov 2024 00:40:31 +0900 Subject: [PATCH] fix(infra): update MQ engine version for compatibility (#2237) --- apps/infra/production/codedang/message_queue_aws.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/infra/production/codedang/message_queue_aws.tf b/apps/infra/production/codedang/message_queue_aws.tf index b4d7c940d9..6a0473c891 100644 --- a/apps/infra/production/codedang/message_queue_aws.tf +++ b/apps/infra/production/codedang/message_queue_aws.tf @@ -23,7 +23,7 @@ resource "aws_mq_broker" "judge_queue" { broker_name = "Codedang-JudgeQueue" engine_type = "RabbitMQ" - engine_version = "3.10.20" + engine_version = "3.11.28" host_instance_type = "mq.t3.micro" subnet_ids = [aws_subnet.private_mq.id] publicly_accessible = true