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 c05e44b commit 6052013Copy full SHA for 6052013
terraform/resources-collaborators.tf
@@ -30,6 +30,10 @@ resource "github_repository_collaborators" "this" {
30
for_each = local.repo_collaborators
31
32
repository = github_repository.this[each.key].name
33
+
34
+ ignore_team {
35
+ team_id = github_team.org_teams["Admins"].slug
36
+ }
37
dynamic "team" {
38
for_each = local.repo_collaborators[each.key]
39
content {
0 commit comments