From 5d651160b84131f6f8e45b681896066e3fd1deae Mon Sep 17 00:00:00 2001 From: pjsier Date: Tue, 23 Jul 2024 20:31:57 -0400 Subject: [PATCH] bump db instance size --- tf/dev/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tf/dev/main.tf b/tf/dev/main.tf index 82ac031..427cf10 100644 --- a/tf/dev/main.tf +++ b/tf/dev/main.tf @@ -224,7 +224,7 @@ module "rds" { engine_version = "14" family = "postgres14" major_engine_version = "14" - instance_class = "db.t4g.small" + instance_class = "db.t4g.medium" allocated_storage = 20 max_allocated_storage = 50