diff --git a/resources/terraform/auto-drive-production/main.tf b/resources/terraform/auto-drive-production/main.tf index a08d092a..4fc00294 100644 --- a/resources/terraform/auto-drive-production/main.tf +++ b/resources/terraform/auto-drive-production/main.tf @@ -17,7 +17,7 @@ module "auto_drive" { } rabbitmq = { - instance_type = "mq.t3.micro" + instance_type = "mq.m7g.medium" version = "3.13" deployment_mode = "SINGLE_INSTANCE" username = var.rabbitmq_username