Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

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 v31
  • Loading branch information
renovate[bot] authored Jul 19, 2024
1 parent 528d547 commit b3b4c2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ locals {

module "gke" {
source = "terraform-google-modules/kubernetes-engine/google//modules/beta-autopilot-private-cluster"
version = "~> 27.0.0"
version = "~> 31.1.0"
project_id = var.project_id
name = "${var.name}-gke"
region = var.region
Expand Down

0 comments on commit b3b4c2e

Please sign in to comment.