Skip to content

Commit

Permalink
Update collaborators.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
arnol377 committed Jul 3, 2024
1 parent d458992 commit 5ac31a5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions collaborators.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ resource "github_repository_collaborator" "collaborators" {
repository = github_repository.repo.name
username = each.key
permission = each.value
lifecycle {
ignore_changes = [
permission
]
}
# lifecycle {
# ignore_changes = [
# permission
# ]
# }
}

0 comments on commit 5ac31a5

Please sign in to comment.