Merge pull request #1439 from GSA/increase_rds_size

increase db size from micro to small on staging
This commit is contained in:
Steven Reilly
2024-11-26 16:47:44 -05:00
committed by GitHub

View File

@@ -18,7 +18,7 @@ module "database" {
cf_org_name = local.cf_org_name
cf_space_name = local.cf_space_name
name = "${local.app_name}-rds-${local.env}"
rds_plan_name = "micro-psql"
rds_plan_name = "small-psql"
}
module "redis-v70" {