Skip to content

Commit 6052013

Browse files
authored
add ignore team (#347)
1 parent c05e44b commit 6052013

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

terraform/resources-collaborators.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ resource "github_repository_collaborators" "this" {
3030
for_each = local.repo_collaborators
3131

3232
repository = github_repository.this[each.key].name
33+
34+
ignore_team {
35+
team_id = github_team.org_teams["Admins"].slug
36+
}
3337
dynamic "team" {
3438
for_each = local.repo_collaborators[each.key]
3539
content {

0 commit comments

Comments
 (0)