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 v33
  • Loading branch information
renovate[bot] authored Nov 5, 2024
1 parent 0929277 commit f805ed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/gh-runner-gke/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ resource "google_compute_subnetwork" "gh-subnetwork" {
*****************************************/
module "runner-cluster" {
source = "terraform-google-modules/kubernetes-engine/google//modules/beta-public-cluster/"
version = "~> 32.0"
version = "~> 33.0"
project_id = var.project_id
name = "gh-runner-${var.cluster_suffix}"
regional = false
Expand Down

0 comments on commit f805ed3

Please sign in to comment.