From 6d9d6e3559e4f80d57560b31f2c52423c92b91a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arturo=20Filast=C3=B2?= Date: Mon, 16 Dec 2024 18:41:58 +0100 Subject: [PATCH] Bump storage size to minimum value --- tf/environments/prod/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tf/environments/prod/main.tf b/tf/environments/prod/main.tf index b460195..f3a01dd 100644 --- a/tf/environments/prod/main.tf +++ b/tf/environments/prod/main.tf @@ -160,7 +160,7 @@ module "oonipg" { subnet_ids = module.network.vpc_subnet_public[*].id db_instance_class = "db.t3.micro" db_storage_type = "gp3" - db_allocated_storage = "20" + db_allocated_storage = "50" db_max_allocated_storage = null tags = merge( local.tags,