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 v30
  • Loading branch information
renovate[bot] committed Feb 8, 2024
1 parent fdba866 commit a2d11a8
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 = "~> 29.0"
version = "~> 30.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 = "~> 29.0"
version = "~> 30.0"

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

0 comments on commit a2d11a8

Please sign in to comment.