Skip to content

Commit

Permalink
Merge pull request #1440 from GSA/increase_rds_size
Browse files Browse the repository at this point in the history
upgrade demo and production dbs
  • Loading branch information
ccostino authored Nov 27, 2024
2 parents 3c73925 + bfbae12 commit 6246684
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion terraform/demo/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
2 changes: 1 addition & 1 deletion terraform/production/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 = "small-psql-redundant"
rds_plan_name = "medium-gp-psql-redundant"
}

module "redis-v70" {
Expand Down

0 comments on commit 6246684

Please sign in to comment.