Skip to content

Commit

Permalink
Remove Simon's repository from WIF
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Bohnen authored and xhochy committed Jan 31, 2023
1 parent 8efe65a commit 64788e1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ resource "google_service_account_iam_binding" "qc-minimalkv-account-iam" {
role = "roles/iam.workloadIdentityUser"
members = [
"principalSet://iam.googleapis.com/${google_iam_workload_identity_pool.github_actions.name}/attribute.repository/data-engineering-collective/minimalkv",
"principalSet://iam.googleapis.com/${google_iam_workload_identity_pool.github_actions.name}/attribute.repository/simonbohnen/minimalkv"
]
}

Expand All @@ -69,7 +68,6 @@ resource "google_service_account_iam_binding" "qc-minimalkv-account-iam-token-cr
role = "roles/iam.serviceAccountTokenCreator"
members = [
"principalSet://iam.googleapis.com/${google_iam_workload_identity_pool.github_actions.name}/attribute.repository/data-engineering-collective/minimalkv",
"principalSet://iam.googleapis.com/${google_iam_workload_identity_pool.github_actions.name}/attribute.repository/simonbohnen/minimalkv"
]
}

Expand Down

0 comments on commit 64788e1

Please sign in to comment.