From 5ac31a51ea97cab4a39f76660a6dcf5e6b54259a Mon Sep 17 00:00:00 2001 From: David John Arnold Jr Date: Wed, 3 Jul 2024 11:04:44 -0700 Subject: [PATCH] Update collaborators.tf --- collaborators.tf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/collaborators.tf b/collaborators.tf index 2f51727..f403f85 100644 --- a/collaborators.tf +++ b/collaborators.tf @@ -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 +# ] +# } }