From a3aa662b82059e5ffba8f0f8c7c9cb262e23f4a7 Mon Sep 17 00:00:00 2001 From: Simon Liu Date: Wed, 9 Oct 2024 15:30:22 -0700 Subject: [PATCH] update db size --- 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