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 a8fae5b..2b4dd17 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"