Skip to content

Commit

Permalink
fix(infra): upgrade mq version
Browse files Browse the repository at this point in the history
  • Loading branch information
donghun1214 committed Nov 9, 2024
1 parent 9a28d92 commit 857cb46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/infra/production/codedang/message_queue_aws.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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.13.7"
host_instance_type = "mq.t3.micro"
subnet_ids = [aws_subnet.private_mq.id]
publicly_accessible = true
Expand Down

0 comments on commit 857cb46

Please sign in to comment.