Skip to content

Commit

Permalink
chore: no code changes made (#22)
Browse files Browse the repository at this point in the history
Co-authored-by: arnol377 <david.j.arnold.jr@census.gov>
  • Loading branch information
2 people authored and GitHub committed Apr 4, 2025
1 parent 1e0a7d2 commit d1b5af6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions github_files.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down Expand Up @@ -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 = [
Expand Down

0 comments on commit d1b5af6

Please sign in to comment.