diff --git a/examples/gh-org-runner-mig-native-simple/main.tf b/examples/gh-org-runner-mig-native-simple/main.tf index 0c5584cd..801ad496 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 = "~> 4.0" + version = "~> 5.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 99a15538..82de4f26 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 = "~> 4.0" + version = "~> 5.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 2cae6e58..a741e95a 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 = "~> 4.0" + version = "~> 5.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 4c16d360..8167354a 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 = "~> 4.0" + version = "~> 5.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 1edfac76..64fcdb38 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 = "~> 4.0" + version = "~> 5.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 ad267d38..7ab671a2 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 = "~> 4.0" + version = "~> 5.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 7e492520..563b8690 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 = "~> 4.0" + version = "~> 5.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 0c2e02cc..00b40328 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 = "~> 4.0" + version = "~> 5.0" create_network = true project_id = var.project_id diff --git a/examples/oidc-simple/main.tf b/examples/oidc-simple/main.tf index 4d2e641c..47c18c33 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 = "~> 4.0" + version = "~> 5.0" project_id = var.project_id pool_id = "example-pool"