Skip to content

Commit

Permalink
fix: OIDC fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gtsorbo committed Sep 20, 2024
1 parent 3d8f0be commit 8d64b9d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions examples/oidc-simple/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@ module "oidc" {
source = "terraform-google-modules/github-actions-runners/google//modules/gh-oidc"
version = "~> 3.0"

project_id = var.project_id
pool_id = "example-pool"
provider_id = "example-gh-provider"
project_id = var.project_id
pool_id = "example-pool"
provider_id = "example-gh-provider"
attribute_condition = "assertion.repository_owner_id=='1342004'"
sa_mapping = {
(google_service_account.sa.account_id) = {
sa_name = google_service_account.sa.name
Expand Down

0 comments on commit 8d64b9d

Please sign in to comment.