From 4d716fe2939073a231a4c3c0ddfb8b7a0b6307e1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 16:35:23 +0000 Subject: [PATCH] chore(deps): Update Terraform terraform-google-modules/github-actions-runners/google to v4 --- examples/gh-org-runner-mig-native-simple/main.tf | 2 +- examples/gh-runner-gke-dind-rootless/main.tf | 2 +- examples/gh-runner-gke-dind/main.tf | 2 +- examples/gh-runner-gke-simple/main.tf | 2 +- examples/gh-runner-mig-container-vm-dind/main.tf | 2 +- examples/gh-runner-mig-container-vm-simple/main.tf | 2 +- examples/gh-runner-mig-native-packer/main.tf | 2 +- examples/gh-runner-mig-native-simple/main.tf | 2 +- examples/oidc-simple/main.tf | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/examples/gh-org-runner-mig-native-simple/main.tf b/examples/gh-org-runner-mig-native-simple/main.tf index 00410eb..0c5584c 100644 --- a/examples/gh-org-runner-mig-native-simple/main.tf +++ b/examples/gh-org-runner-mig-native-simple/main.tf @@ -16,7 +16,7 @@ module "runner_mig" { source = "terraform-google-modules/github-actions-runners/google//modules/gh-runner-mig-vm" - version = "~> 3.0" + version = "~> 4.0" create_network = true project_id = var.project_id diff --git a/examples/gh-runner-gke-dind-rootless/main.tf b/examples/gh-runner-gke-dind-rootless/main.tf index 0f12498..2458ac0 100644 --- a/examples/gh-runner-gke-dind-rootless/main.tf +++ b/examples/gh-runner-gke-dind-rootless/main.tf @@ -16,7 +16,7 @@ module "runner-gke" { source = "terraform-google-modules/github-actions-runners/google//modules/gh-runner-gke" - version = "~> 3.0" + version = "~> 4.0" project_id = var.project_id create_network = true diff --git a/examples/gh-runner-gke-dind/main.tf b/examples/gh-runner-gke-dind/main.tf index 4622d84..3ce04ba 100644 --- a/examples/gh-runner-gke-dind/main.tf +++ b/examples/gh-runner-gke-dind/main.tf @@ -16,7 +16,7 @@ module "runner-gke" { source = "terraform-google-modules/github-actions-runners/google//modules/gh-runner-gke" - version = "~> 3.0" + version = "~> 4.0" project_id = var.project_id create_network = true diff --git a/examples/gh-runner-gke-simple/main.tf b/examples/gh-runner-gke-simple/main.tf index 54db6be..4c16d36 100644 --- a/examples/gh-runner-gke-simple/main.tf +++ b/examples/gh-runner-gke-simple/main.tf @@ -16,7 +16,7 @@ module "runner-gke" { source = "terraform-google-modules/github-actions-runners/google//modules/gh-runner-gke" - version = "~> 3.0" + version = "~> 4.0" project_id = var.project_id create_network = true diff --git a/examples/gh-runner-mig-container-vm-dind/main.tf b/examples/gh-runner-mig-container-vm-dind/main.tf index 4702ba5..1edfac7 100644 --- a/examples/gh-runner-mig-container-vm-dind/main.tf +++ b/examples/gh-runner-mig-container-vm-dind/main.tf @@ -16,7 +16,7 @@ module "runner-mig-dind" { source = "terraform-google-modules/github-actions-runners/google//modules/gh-runner-mig-container-vm" - version = "~> 3.0" + version = "~> 4.0" create_network = true project_id = var.project_id diff --git a/examples/gh-runner-mig-container-vm-simple/main.tf b/examples/gh-runner-mig-container-vm-simple/main.tf index ed893ad..ad267d3 100644 --- a/examples/gh-runner-mig-container-vm-simple/main.tf +++ b/examples/gh-runner-mig-container-vm-simple/main.tf @@ -16,7 +16,7 @@ module "runner-mig" { source = "terraform-google-modules/github-actions-runners/google//modules/gh-runner-mig-container-vm" - version = "~> 3.0" + version = "~> 4.0" create_network = true project_id = var.project_id diff --git a/examples/gh-runner-mig-native-packer/main.tf b/examples/gh-runner-mig-native-packer/main.tf index 3f3f20f..7e49252 100644 --- a/examples/gh-runner-mig-native-packer/main.tf +++ b/examples/gh-runner-mig-native-packer/main.tf @@ -16,7 +16,7 @@ module "runner-mig" { source = "terraform-google-modules/github-actions-runners/google//modules/gh-runner-mig-vm" - version = "~> 3.0" + version = "~> 4.0" create_network = true project_id = var.project_id diff --git a/examples/gh-runner-mig-native-simple/main.tf b/examples/gh-runner-mig-native-simple/main.tf index 8d587f0..0c2e02c 100644 --- a/examples/gh-runner-mig-native-simple/main.tf +++ b/examples/gh-runner-mig-native-simple/main.tf @@ -16,7 +16,7 @@ module "runner-mig" { source = "terraform-google-modules/github-actions-runners/google//modules/gh-runner-mig-vm" - version = "~> 3.0" + version = "~> 4.0" create_network = true project_id = var.project_id diff --git a/examples/oidc-simple/main.tf b/examples/oidc-simple/main.tf index 4065df5..4d2e641 100644 --- a/examples/oidc-simple/main.tf +++ b/examples/oidc-simple/main.tf @@ -28,7 +28,7 @@ resource "google_project_iam_member" "project" { module "oidc" { source = "terraform-google-modules/github-actions-runners/google//modules/gh-oidc" - version = "~> 3.0" + version = "~> 4.0" project_id = var.project_id pool_id = "example-pool"