diff --git a/workspaces.tf b/workspaces.tf index a1ab8a9..5afec90 100644 --- a/workspaces.tf +++ b/workspaces.tf @@ -27,9 +27,9 @@ locals { /* Settings specific to the test fleet/workspace. */ prod = { - db_do_type = "s-2vcpu-4gb" - db_ac_type = "ecs.c6.large" - db_gc_type = "c2d-highcpu-2" + db_do_type = "s-4vcpu-8gb" + db_ac_type = "ecs.c6.xlarge" + db_gc_type = "c2d-highcpu-4" store_db_data_vol_size = 320 }