Skip to content

Commit e658974

Browse files
authored
Merge pull request #201 from tablexi/va-increase-default-rds-storage-to-20-gb
Increase default storage size for RDS instances to 20GB
2 parents 6fd6b10 + 441753c commit e658974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws/rds/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ variable "source_db" {
9292

9393
variable "storage" {
9494
description = "Volume storage size for the RDS instance in gigabytes."
95-
default = 5
95+
default = 20
9696
}
9797

9898
variable "storage_encrypted" {

0 commit comments

Comments
 (0)