Skip to content

Commit

Permalink
Fix2 (#24)
Browse files Browse the repository at this point in the history
* 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 <david.j.arnold.jr@census.gov>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored and GitHub committed Apr 4, 2025
1 parent eb3fbc2 commit 5215a98
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions github_files.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 5215a98

Please sign in to comment.