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 (#183)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 5, 2024
1 parent 0929277 commit a47589e
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 a47589e

Please sign in to comment.