status: increase data volume size to 60 GB

Necessary to fix SQLite databases after interrupted migration.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2022-10-05 20:48:02 +02:00
parent 2c75824618
commit 78a2175c08
No known key found for this signature in database
GPG Key ID: 09AA5403E54D9931
1 changed files with 1 additions and 1 deletions

View File

@ -7,5 +7,5 @@ variable "domain" {
variable "data_volume_size" {
description = "Size of extra data volumes for nodes in GB"
type = number
default = 40
default = 60
}