(Fix) Increases default storage to 100GB (#29)

Resolves #28

Ethereum mainnet will require much larger storage. We will need to adjust when we are ready for testing.
This commit is contained in:
Andrew Cravenho 2018-06-05 11:42:40 -04:00 committed by Paul Schoenfelder
parent 09aea54d38
commit 52df5aaaab
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ variable "db_password" {
variable "db_storage" {
description = "The database storage size in GB"
default = "20"
default = "100"
}
variable "db_storage_type" {