Skip to content

Commit

Permalink
Merge pull request #13 from BrownUniversity/fix/be-explicit-about-gke…
Browse files Browse the repository at this point in the history
…-version

Call specific GKE version in release channel
  • Loading branch information
broestls authored Jul 15, 2022
2 parents 091826a + 3787b0e commit 347da88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
# Create the GKE Cluster
module "gke" {
source = "terraform-google-modules/kubernetes-engine/google//modules/beta-private-cluster"
version = "15.0.1"
kubernetes_version = "1.22"
version = "18.0.0"
kubernetes_version = "1.22.8-gke.202"
project_id = var.project_id
name = var.cluster_name
regional = var.regional
Expand Down

0 comments on commit 347da88

Please # to comment.