Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sveronneau committed Feb 14, 2018
1 parent 3bb7d31 commit 331e19e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gke/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ variable "credentials" { default = "your_account.json" }
variable "project" { default = "your_project_id" }
variable "region" { default = "northamerica-northeast1" }
variable "zone" { default = "northamerica-northeast1-a" }
variable "gke_cluster_name" { default = "your_cluster_name" }
variable "gke_cluster_name" { default = "yourclustername" }
variable "gke_cluster_user" { default = "your_cluster_user" }
variable "gke_cluster_pwd" { default = "your_cluster_pwd" }
variable "gke_cluster_node_count" { default = "3" }

0 comments on commit 331e19e

Please sign in to comment.