Skip to content

Commit d1ca733

Browse files
chore(deps): Update Terraform terraform-google-modules/github-actions-runners/google to v5
1 parent ecfbdf9 commit d1ca733

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

Lines changed: 1 addition & 1 deletion
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 = "~> 4.0"
19+
version = "~> 5.0"
2020

2121
create_network = true
2222
project_id = var.project_id

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

Lines changed: 1 addition & 1 deletion
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 = "~> 4.0"
19+
version = "~> 5.0"
2020

2121
project_id = var.project_id
2222
create_network = true

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

Lines changed: 1 addition & 1 deletion
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 = "~> 4.0"
19+
version = "~> 5.0"
2020

2121
project_id = var.project_id
2222
create_network = true

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

Lines changed: 1 addition & 1 deletion
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 = "~> 4.0"
19+
version = "~> 5.0"
2020

2121
project_id = var.project_id
2222
create_network = true

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

Lines changed: 1 addition & 1 deletion
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 = "~> 4.0"
19+
version = "~> 5.0"
2020

2121
create_network = true
2222
project_id = var.project_id

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

Lines changed: 1 addition & 1 deletion
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 = "~> 4.0"
19+
version = "~> 5.0"
2020

2121
create_network = true
2222
project_id = var.project_id

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

Lines changed: 1 addition & 1 deletion
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 = "~> 4.0"
19+
version = "~> 5.0"
2020

2121
create_network = true
2222
project_id = var.project_id

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

Lines changed: 1 addition & 1 deletion
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 = "~> 4.0"
19+
version = "~> 5.0"
2020

2121
create_network = true
2222
project_id = var.project_id

examples/oidc-simple/main.tf

Lines changed: 1 addition & 1 deletion
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 = "~> 4.0"
31+
version = "~> 5.0"
3232

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

0 commit comments

Comments
 (0)