We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1396c53 commit 35a6060Copy full SHA for 35a6060
modules/gh-runner-gke/main.tf
@@ -51,7 +51,7 @@ resource "google_compute_subnetwork" "gh-subnetwork" {
51
*****************************************/
52
module "runner-cluster" {
53
source = "terraform-google-modules/kubernetes-engine/google//modules/beta-public-cluster/"
54
- version = "~> 33.0"
+ version = "~> 35.0"
55
project_id = var.project_id
56
name = "gh-runner-${var.cluster_suffix}"
57
regional = false
0 commit comments