Skip to content

Commit

Permalink
Merge pull request #201 from tablexi/va-increase-default-rds-storage-…
Browse files Browse the repository at this point in the history
…to-20-gb

Increase default storage size for RDS instances to 20GB
  • Loading branch information
vandrijevik authored Mar 18, 2021
2 parents 6fd6b10 + 441753c commit e658974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/rds/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down

0 comments on commit e658974

Please sign in to comment.