Skip to content

Commit

Permalink
Cleanup tfvars (#102)
Browse files Browse the repository at this point in the history
* No longer need comment about cloudbuild for Agones installation.
* Cleanup of some line breaks.
  • Loading branch information
markmandel authored Mar 5, 2023
1 parent 8aa8a37 commit d208a89
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions infrastructure/terraform.tfvars.sample
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

project = "PROJECT_ID"
resource_env_label = "demo-global-game"

apply_org_policies = false

# Cloud Deploy Configuration
Expand All @@ -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"
Expand All @@ -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",
Expand Down

0 comments on commit d208a89

Please sign in to comment.