diff --git a/collaborators.tf b/collaborators.tf index 12ee2d6..d8680ac 100644 --- a/collaborators.tf +++ b/collaborators.tf @@ -4,9 +4,4 @@ resource "github_repository_collaborator" "collaborators" { repository = github_repository.repo.name username = each.key permission = each.value - lifecycle { - ignore_changes = [ - permission - ] - } }