update *vol_size variable name

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2020-08-14 16:21:22 +02:00
parent ac7a976086
commit 36b90af4ac
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 9 additions and 8 deletions

View File

@ -49,8 +49,9 @@ module "main" {
group = "faucet-master" group = "faucet-master"
type = "n1-standard-2" type = "n1-standard-2"
host_count = 1 host_count = 1
vol_size = 30 root_vol_size = 30
domain = var.domain domain = var.domain
open_ports = [ open_ports = [
"80", /* HTTP */ "80", /* HTTP */
"443", /* HTTPS */ "443", /* HTTPS */