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 v31
  • Loading branch information
renovate-bot committed Jun 5, 2024
1 parent 5810f20 commit 02b8dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/tfc-agent-gke/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ resource "google_service_account" "tfc_agent_service_account" {

module "tfc_agent_cluster" {
source = "terraform-google-modules/kubernetes-engine/google//modules/beta-public-cluster/"
version = "~> 24.0"
version = "~> 31.0"
project_id = var.project_id
region = var.region
zones = var.zones
Expand Down

0 comments on commit 02b8dae

Please sign in to comment.