mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-02 17:31:14 -05:00
increase db size from micro to small on staging
This commit is contained in:
@@ -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" {
|
||||
|
||||
Reference in New Issue
Block a user