From 0066789f9913ba8cc356cd384b61191de30a6d20 Mon Sep 17 00:00:00 2001 From: Simon Liu <69875423+sliu008@users.noreply.github.com> Date: Wed, 9 Oct 2024 15:31:49 -0700 Subject: [PATCH] update db size (#51) --- terraform/db.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/db.tf b/terraform/db.tf index 21e2934..79d6749 100644 --- a/terraform/db.tf +++ b/terraform/db.tf @@ -51,7 +51,7 @@ resource "aws_db_instance" "database" { storage_type = "gp2" engine = "mysql" engine_version = "5.7" - instance_class = "db.t2.micro" + instance_class = "db.t2.small" name = "hitideprofiledb" username = "hitideprofileadmin" password = random_password.db_admin_pass.result