diff --git a/workspaces.tf b/workspaces.tf index d2c1ed7..a58341e 100644 --- a/workspaces.tf +++ b/workspaces.tf @@ -38,7 +38,9 @@ locals { store_db_data_vol_size = 320 } staging = { - /* Settings specific to the test fleet/workspace. */ + db_do_type = "s-2vcpu-4gb" + db_ac_type = "ecs.t5-lc1m2.large" + db_gc_type = "c2d-highcpu-2" } } }