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 May 15, 2024
1 parent b6e9a6f commit 5fc8af9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions collaborators.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,9 @@ resource "github_repository_collaborator" "collaborators" {
repository = github_repository.repo.name
username = each.key
permission = each.value
lifecycle {
ignore_changes = [
permission
]
}
}

0 comments on commit 5fc8af9

Please sign in to comment.