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

0 comments on commit 7b6a833

Please sign in to comment.