Skip to content

Commit

Permalink
Fixing gke release channel.
Browse files Browse the repository at this point in the history
  • Loading branch information
mishah334 committed Aug 12, 2022
1 parent dd6596a commit d3cf50b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ variable "kube_version_gke" {
}

variable "gke_release_channel" {
default = "REGULAR"
default = "STABLE"
type = string
description = "The GKE Release channel to use. Blank for none"
}
Expand Down

0 comments on commit d3cf50b

Please sign in to comment.