Skip to content

Commit

Permalink
chore(deps): Update Terraform terraform-google-modules/github-actions…
Browse files Browse the repository at this point in the history
…-runners/google to v4
  • Loading branch information
renovate[bot] authored Sep 18, 2024
1 parent 5d90b5d commit 5a1734e
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion examples/gh-org-runner-mig-native-simple/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/gh-runner-gke-dind-rootless/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/gh-runner-gke-dind/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/gh-runner-gke-simple/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/gh-runner-mig-container-vm-dind/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/gh-runner-mig-container-vm-simple/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/gh-runner-mig-native-packer/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/gh-runner-mig-native-simple/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/oidc-simple/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5a1734e

Please sign in to comment.