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

17
main.tf
View File

@ -43,14 +43,15 @@ data "cloudflare_zones" "active" {
/* RESOURCES ------------------------------------*/
module "main" {
source = "github.com/status-im/infra-tf-google-cloud"
name = "master"
env = "faucet"
group = "faucet-master"
type = "n1-standard-2"
host_count = 1
vol_size = 30
domain = var.domain
source = "github.com/status-im/infra-tf-google-cloud"
name = "master"
env = "faucet"
group = "faucet-master"
type = "n1-standard-2"
host_count = 1
root_vol_size = 30
domain = var.domain
open_ports = [
"80", /* HTTP */
"443", /* HTTPS */