From b5e90149b75e145ac5345f8927da12e9a0f56545 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrei=20Ioni=C8=9B=C4=83?= Date: Wed, 2 Jul 2025 12:32:51 +0100 Subject: [PATCH] infra: change ec2 instance type --- terraform/locals.tf | 1 - 1 file changed, 1 deletion(-) diff --git a/terraform/locals.tf b/terraform/locals.tf index 7ab619a88..52d41f0f2 100644 --- a/terraform/locals.tf +++ b/terraform/locals.tf @@ -17,7 +17,6 @@ locals { ecs = { instance_types = { # "t3a.medium" = "" - "m5.large" = "" "m5a.large" = "" } }