Skip to content

Commit

Permalink
Merge pull request #1439 from GSA/increase_rds_size
Browse files Browse the repository at this point in the history
increase db size from micro to small on staging
  • Loading branch information
stvnrlly authored Nov 26, 2024
2 parents 76e63ac + 2ca7986 commit 3c73925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/staging/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down

0 comments on commit 3c73925

Please sign in to comment.