Skip to content

Commit

Permalink
Update collaborators.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
David Arnold authored and GitHub committed Oct 29, 2024
1 parent 92d216c commit 8a3f1e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions collaborators.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@ resource "github_repository_collaborator" "collaborators" {
repository = github_repository.repo.name
username = each.key
permission = each.value
depends_on = [
github_repository.repo
]
}

0 comments on commit 8a3f1e1

Please sign in to comment.