Skip to content

Commit

Permalink
Remove zone from gke/variable.tf file.
Browse files Browse the repository at this point in the history
  • Loading branch information
chiayi committed Nov 17, 2022
1 parent 4d41e67 commit ba32d44
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion install/terraform/modules/gke/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ variable "cluster" {

default = {
"location" = "us-west1-c"
"zone" = ""
"name" = "test-cluster"
"machineType" = "e2-standard-4"
"initialNodeCount" = "4"
Expand Down

0 comments on commit ba32d44

Please sign in to comment.