Skip to content

Commit

Permalink
fix(deps)!: Update Terraform terraform-google-modules/kubernetes-engi…
Browse files Browse the repository at this point in the history
…ne/google to v32 (#205)
  • Loading branch information
renovate-bot authored Aug 13, 2024
1 parent bbf2936 commit ab8b5b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2-multitenant/modules/env_baseline/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ data "google_compute_subnetwork" "default" {
// Create a GKE cluster in each subnetwork
module "gke" {
source = "terraform-google-modules/kubernetes-engine/google//modules/beta-private-cluster"
version = "~> 31.0"
version = "~> 32.0"

for_each = data.google_compute_subnetwork.default
name = "cluster-${each.value.region}-${var.env}"
Expand Down

0 comments on commit ab8b5b4

Please sign in to comment.