We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6b1b2c commit ee1ffa8Copy full SHA for ee1ffa8
examples/with-backstage/gcp-github.tf
@@ -27,6 +27,7 @@ module "gh_oidc" {
27
"attribute.repository" = "assertion.repository"
28
"attribute.repository_owner" = "assertion.repository_owner"
29
}
30
+ attribute_condition = "attribute.repository_owner == \"${var.github_org_id}\""
31
sa_mapping = {
32
(google_service_account.sa.account_id) = {
33
sa_name = google_service_account.sa.name
0 commit comments