From 5215a98fd801c77b7c6ead8ad620551bce15f814 Mon Sep 17 00:00:00 2001 From: David Arnold <10138997+djaboxx@users.noreply.github.com> Date: Fri, 4 Apr 2025 15:31:04 -0700 Subject: [PATCH] Fix2 (#24) * chore: no code changes made * fix: correct resource reference for extra files in branch protection * fix: remove unnecessary dependency on branch protection in extra_files resource * terraform-docs: automated action --------- Co-authored-by: arnol377 Co-authored-by: github-actions[bot] --- github_files.tf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/github_files.tf b/github_files.tf index 2bd91eb..dd4f401 100644 --- a/github_files.tf +++ b/github_files.tf @@ -63,8 +63,7 @@ resource "github_repository_file" "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 = [