From 7b6a833c4929b15496c4d8782f354431ac59c45c Mon Sep 17 00:00:00 2001 From: David Arnold <10138997+djaboxx@users.noreply.github.com> Date: Thu, 19 Sep 2024 15:03:42 -0700 Subject: [PATCH] Update collaborators.tf --- collaborators.tf | 5 ----- 1 file changed, 5 deletions(-) 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 - ] - } }