From d208a8930382b4de5726c7e409bc922bf49c37b6 Mon Sep 17 00:00:00 2001 From: Mark Mandel Date: Sun, 5 Mar 2023 11:19:02 -0800 Subject: [PATCH] Cleanup tfvars (#102) * No longer need comment about cloudbuild for Agones installation. * Cleanup of some line breaks. --- infrastructure/terraform.tfvars.sample | 5 ----- 1 file changed, 5 deletions(-) diff --git a/infrastructure/terraform.tfvars.sample b/infrastructure/terraform.tfvars.sample index a820d16..9fb5dfd 100644 --- a/infrastructure/terraform.tfvars.sample +++ b/infrastructure/terraform.tfvars.sample @@ -17,7 +17,6 @@ project = "PROJECT_ID" resource_env_label = "demo-global-game" - apply_org_policies = false # Cloud Deploy Configuration @@ -28,9 +27,7 @@ clouddeploy_config = { } # VPC Regions & associated subnet CIDRs Values - vpc_name = "global-game-vpc" - vpc_regions = { "us-central1" : { "vpc_subnet_cidr" : "10.1.0.0/16" @@ -44,8 +41,6 @@ vpc_regions = { } # Game GKE Cluster Config Values -### NOTE: If you change the GKE Clusters, please make sure to change `cloudbuild.yaml` in -### `platform/agones/install` as they are not dynamically created. game_gke_standard_clusters = { "global-game-us-central1-01" : { "short_name" : "us-central1-01",