nimbus.dash: increase root size to 15 GB

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2022-09-22 17:02:15 +02:00
parent 781c6650b7
commit 4165cebb05
No known key found for this signature in database
GPG Key ID: 09AA5403E54D9931
1 changed files with 3 additions and 2 deletions

View File

@ -8,8 +8,9 @@ module "nimbus_dashboard" {
domain = var.domain
/* Scaling */
host_count = 1
type = "t3a.medium" /* 4GB RAM at least */
host_count = 1
type = "t3a.medium" /* 4GB RAM at least */
root_vol_size = 15
/* Firewall */
open_tcp_ports = [