terraform-google-modules/terraform-google-github-actions-runners

Authoritative IAM binding prevents use with shared role

tyler-jachetta opened this issue · 1 comments

resource "google_project_iam_binding" "gke" {

The use of google_project_iam_binding here ensures that in the given project, no other role/user can be in the role "roles/storage.objectViewer". This is undesirable in my case and seems like a not ideal thing to do as it seems likely to conflict with other terraform used to manage roles.
Proposed fix incoming

fixed by #27