Skip to content

Commit 35a6060

Browse files
fix(deps)!: Update Terraform terraform-google-modules/kubernetes-engine/google to v35 (#205)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1396c53 commit 35a6060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/gh-runner-gke/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ resource "google_compute_subnetwork" "gh-subnetwork" {
5151
*****************************************/
5252
module "runner-cluster" {
5353
source = "terraform-google-modules/kubernetes-engine/google//modules/beta-public-cluster/"
54-
version = "~> 33.0"
54+
version = "~> 35.0"
5555
project_id = var.project_id
5656
name = "gh-runner-${var.cluster_suffix}"
5757
regional = false

0 commit comments

Comments
 (0)