Skip to content

Commit

Permalink
fix(deps): update terraform terraform-google-modules/kubernetes-engin…
Browse files Browse the repository at this point in the history
…e/google to v29 (#1094)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 3, 2024
1 parent 065778f commit 0f79a88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 0-bootstrap/modules/tfc-agent-gke/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ resource "google_service_account" "tfc_agent_service_account" {

module "tfc_agent_cluster" {
source = "terraform-google-modules/kubernetes-engine/google//modules/beta-autopilot-private-cluster/"
version = "~> 28.0"
version = "~> 29.0"

project_id = var.project_id
region = var.region
Expand Down Expand Up @@ -392,7 +392,7 @@ resource "google_dns_policy" "default_policy" {

module "hub" {
source = "terraform-google-modules/kubernetes-engine/google//modules/fleet-membership"
version = "~> 28.0"
version = "~> 29.0"

project_id = var.project_id
location = var.region
Expand Down

0 comments on commit 0f79a88

Please sign in to comment.