From 2204ea422f2dad87bcafc46c854c6a822f644885 Mon Sep 17 00:00:00 2001 From: Vladimir Andrijevikj Date: Thu, 18 Mar 2021 15:44:19 +0100 Subject: [PATCH] Increase default storage size for RDS instances to 20GB --- aws/rds/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws/rds/variables.tf b/aws/rds/variables.tf index 8509e50..5e67844 100644 --- a/aws/rds/variables.tf +++ b/aws/rds/variables.tf @@ -92,7 +92,7 @@ variable "source_db" { variable "storage" { description = "Volume storage size for the RDS instance in gigabytes." - default = 5 + default = 20 } variable "storage_encrypted" {