Skip to content

Commit

Permalink
chore(deps): Update Terraform terraform-google-modules/kubernetes-eng…
Browse files Browse the repository at this point in the history
…ine/google to v35
  • Loading branch information
renovate-bot committed Jan 9, 2025
1 parent 4539802 commit 978d020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/single_project_public_gke/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ provider "kubernetes" {
}

module "gke" {
version = "33.1"
version = "35.0"
source = "terraform-google-modules/kubernetes-engine/google//modules/private-cluster"
project_id = var.project
name = local.cluster_name
Expand Down

0 comments on commit 978d020

Please sign in to comment.