From d1b5af6b8fe7a17c46176caa5ac2783503694017 Mon Sep 17 00:00:00 2001 From: David Arnold <10138997+djaboxx@users.noreply.github.com> Date: Fri, 4 Apr 2025 15:25:31 -0700 Subject: [PATCH] chore: no code changes made (#22) Co-authored-by: arnol377 --- github_files.tf | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/github_files.tf b/github_files.tf index ebd4931..2bd91eb 100644 --- a/github_files.tf +++ b/github_files.tf @@ -16,8 +16,7 @@ resource "github_repository_file" "codeowners" { commit_email = var.commit_email overwrite_on_create = true depends_on = [ - github_repository.repo, - github_branch_protection.protection + github_repository.repo ] lifecycle { ignore_changes = [ @@ -87,8 +86,7 @@ resource "github_repository_file" "managed_extra_files" { commit_email = var.commit_email overwrite_on_create = true depends_on = [ - github_repository.repo, - github_branch_protection.protection + github_repository.repo ] lifecycle { ignore_changes = [