diff --git a/terraform/modules/storage/postgres/rds.tf b/terraform/modules/storage/postgres/rds.tf index ccecf7d6..e09c1d83 100644 --- a/terraform/modules/storage/postgres/rds.tf +++ b/terraform/modules/storage/postgres/rds.tf @@ -2,7 +2,7 @@ resource "aws_db_instance" "postgres-db" { allocated_storage = 25 - max_allocated_storage = 100 + max_allocated_storage = 200 engine = "postgres" engine_version = "15.2" instance_class = var.rds_instance_class