Skip to content

Commit

Permalink
feat(deps)!: Update Terraform terraform-google-modules/github-actions…
Browse files Browse the repository at this point in the history
…-runners/google ( 3.1.1 → 4.0.0 )

| datasource       | package                                                | from  | to    |
| ---------------- | ------------------------------------------------------ | ----- | ----- |
| terraform-module | terraform-google-modules/github-actions-runners/google | 3.1.1 | 4.0.0 |


Signed-off-by: Anthony Rabbito <hello@anthonyrabbito.com>
  • Loading branch information
renovate[bot] authored Sep 11, 2024
1 parent db33447 commit 7c58d29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions armature/prod/gcp/bootstrap/org.tf
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ resource "google_organization_iam_member" "tf_sa_org_perms" {

module "gh_oidc" {
source = "terraform-google-modules/github-actions-runners/google//modules/gh-oidc"
version = "3.1.1"
version = "4.0.0"
project_id = module.bootstrap.seed_project_id
pool_id = "tf-seed-production-environment"
provider_id = "tf-seed-production-environment"
Expand All @@ -112,7 +112,7 @@ module "gh_oidc" {

module "gh_oidc_pr" {
source = "terraform-google-modules/github-actions-runners/google//modules/gh-oidc"
version = "3.1.1"
version = "4.0.0"
project_id = module.bootstrap.seed_project_id
pool_id = "tf-seed-pr"
provider_id = "tf-seed-pr"
Expand Down

0 comments on commit 7c58d29

Please # to comment.