Skip to content

Commit

Permalink
Merge pull request #12 from BrownUniversity/fix-pin-kubernetes-version
Browse files Browse the repository at this point in the history
fix: pin kuberneters version
  • Loading branch information
mirestrepo authored Jun 6, 2022
2 parents dff3c3c + 2da7ccc commit 091826a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
module "gke" {
source = "terraform-google-modules/kubernetes-engine/google//modules/beta-private-cluster"
version = "15.0.1"
kubernetes_version = "1.22"
project_id = var.project_id
name = var.cluster_name
regional = var.regional
Expand Down

0 comments on commit 091826a

Please sign in to comment.