Skip to content

Commit

Permalink
fix: storage config
Browse files Browse the repository at this point in the history
  • Loading branch information
LayneHaber committed Dec 6, 2024
1 parent 97f6fae commit e2de43e
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 @@ -31,7 +31,7 @@ module "cartographer_db" {
identifier = "rds-postgres-cartographer-${var.environment}"
instance_class = "db.t4g.xlarge"
allocated_storage = 250
max_allocated_storage = 1000
max_allocated_storage = 5250


name = "connext" // db name
Expand Down

0 comments on commit e2de43e

Please sign in to comment.