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 v33 (#56)
  • Loading branch information
renovate-bot authored Oct 30, 2024
1 parent c2c78c5 commit 9bc028e
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 = "32.0"
version = "33.1"
source = "terraform-google-modules/kubernetes-engine/google//modules/private-cluster"
project_id = var.project
name = local.cluster_name
Expand Down

0 comments on commit 9bc028e

Please sign in to comment.