nimbus.dash: increase root size to 15 GB
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
781c6650b7
commit
4165cebb05
5
dash.tf
5
dash.tf
|
@ -8,8 +8,9 @@ module "nimbus_dashboard" {
|
||||||
domain = var.domain
|
domain = var.domain
|
||||||
|
|
||||||
/* Scaling */
|
/* Scaling */
|
||||||
host_count = 1
|
host_count = 1
|
||||||
type = "t3a.medium" /* 4GB RAM at least */
|
type = "t3a.medium" /* 4GB RAM at least */
|
||||||
|
root_vol_size = 15
|
||||||
|
|
||||||
/* Firewall */
|
/* Firewall */
|
||||||
open_tcp_ports = [
|
open_tcp_ports = [
|
||||||
|
|
Loading…
Reference in New Issue