From c3114c962d2b445a0d78833905fe2e8e73818176 Mon Sep 17 00:00:00 2001 From: Alistair Scott Date: Tue, 12 Mar 2024 18:22:09 +0000 Subject: [PATCH] Revert "Update main.tf - 2" --- infra/prod/us2/rds/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/prod/us2/rds/main.tf b/infra/prod/us2/rds/main.tf index 9ceba27..a024626 100644 --- a/infra/prod/us2/rds/main.tf +++ b/infra/prod/us2/rds/main.tf @@ -8,5 +8,5 @@ provider "aws" { resource "aws_db_instance" "mysql" { engine = "mysql" - instance_class = "db.t3.large" + instance_class = "db.t3.xlarge" }