terraform-github-organization icon indicating copy to clipboard operation
terraform-github-organization copied to clipboard

Members and Admins

Open unique-dominik opened this issue 1 year ago • 1 comments

Issue

admins = {
  "admin"   = "admin"
}

team_a = {
  "admin" = "admin"
}

merge(
  local.team_a,
  ...
)

Question

Sorry to bother, I see you actually have like no issues but I am stuck (in my head I assume). How am I supposed to model that an admin is also a member? Or shall I just let GH handle membership? If I appoint an admin as member, his member state always wins. Maybe I am just blind. But the teams we then need in the repo module of yours to assign push permissions.

What am I understanding wrong?

unique-dominik avatar Jan 25 '23 11:01 unique-dominik