Skip to content

Commit

Permalink
Increase size of RDS database from 100 to 200
Browse files Browse the repository at this point in the history
  • Loading branch information
devsjc authored Oct 24, 2023
1 parent 84db064 commit 8c790ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/modules/storage/postgres/rds.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8c790ca

Please sign in to comment.