Skip to content

Commit 0fc2722

Browse files
chore(deps): Update Terraform terraform-google-modules/github-actions-runners/google to v4 (#185)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 011321d commit 0fc2722

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

examples/gh-org-runner-mig-native-simple/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
module "runner_mig" {
1818
source = "terraform-google-modules/github-actions-runners/google//modules/gh-runner-mig-vm"
19-
version = "~> 3.0"
19+
version = "~> 4.0"
2020

2121
create_network = true
2222
project_id = var.project_id

examples/gh-runner-gke-dind-rootless/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
module "runner-gke" {
1818
source = "terraform-google-modules/github-actions-runners/google//modules/gh-runner-gke"
19-
version = "~> 3.0"
19+
version = "~> 4.0"
2020

2121
project_id = var.project_id
2222
create_network = true

examples/gh-runner-gke-dind/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
module "runner-gke" {
1818
source = "terraform-google-modules/github-actions-runners/google//modules/gh-runner-gke"
19-
version = "~> 3.0"
19+
version = "~> 4.0"
2020

2121
project_id = var.project_id
2222
create_network = true

examples/gh-runner-gke-simple/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
module "runner-gke" {
1818
source = "terraform-google-modules/github-actions-runners/google//modules/gh-runner-gke"
19-
version = "~> 3.0"
19+
version = "~> 4.0"
2020

2121
project_id = var.project_id
2222
create_network = true

examples/gh-runner-mig-container-vm-dind/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
module "runner-mig-dind" {
1818
source = "terraform-google-modules/github-actions-runners/google//modules/gh-runner-mig-container-vm"
19-
version = "~> 3.0"
19+
version = "~> 4.0"
2020

2121
create_network = true
2222
project_id = var.project_id

examples/gh-runner-mig-container-vm-simple/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
module "runner-mig" {
1818
source = "terraform-google-modules/github-actions-runners/google//modules/gh-runner-mig-container-vm"
19-
version = "~> 3.0"
19+
version = "~> 4.0"
2020

2121
create_network = true
2222
project_id = var.project_id

examples/gh-runner-mig-native-packer/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
module "runner-mig" {
1818
source = "terraform-google-modules/github-actions-runners/google//modules/gh-runner-mig-vm"
19-
version = "~> 3.0"
19+
version = "~> 4.0"
2020

2121
create_network = true
2222
project_id = var.project_id

examples/gh-runner-mig-native-simple/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
module "runner-mig" {
1818
source = "terraform-google-modules/github-actions-runners/google//modules/gh-runner-mig-vm"
19-
version = "~> 3.0"
19+
version = "~> 4.0"
2020

2121
create_network = true
2222
project_id = var.project_id

examples/oidc-simple/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ resource "google_project_iam_member" "project" {
2828

2929
module "oidc" {
3030
source = "terraform-google-modules/github-actions-runners/google//modules/gh-oidc"
31-
version = "~> 3.0"
31+
version = "~> 4.0"
3232

3333
project_id = var.project_id
3434
pool_id = "example-pool"

0 commit comments

Comments
 (0)