Skip to content

Commit

Permalink
Merge pull request #4212 from connext/hotfix-rds-storage
Browse files Browse the repository at this point in the history
Increase max storage
  • Loading branch information
sanchaymittal authored May 12, 2023
2 parents 50316c2 + d23d2df commit fbe3d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ops/mainnet/prod/backend/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ module "cartographer_db" {
identifier = "rds-postgres-cartographer-${var.environment}"
instance_class = "db.t4g.xlarge"
allocated_storage = 62
max_allocated_storage = 100
max_allocated_storage = 180


name = "connext" // db name
Expand Down

0 comments on commit fbe3d33

Please sign in to comment.