From 8c790cac63ac61b24f18698162e5a3198be66016 Mon Sep 17 00:00:00 2001 From: devsjc <47188100+devsjc@users.noreply.github.com> Date: Tue, 24 Oct 2023 15:53:11 +0100 Subject: [PATCH] Increase size of RDS database from 100 to 200 --- terraform/modules/storage/postgres/rds.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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