Skip to content

Commit

Permalink
Add dependencies for branch protection to include extra files and cod…
Browse files Browse the repository at this point in the history
…eowners
  • Loading branch information
Dave Arnold committed Feb 19, 2025
1 parent 889a955 commit e7b71ac
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion github_branch.tf
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ resource "github_branch_protection" "main" {
}

depends_on = [
github_branch_default.default_main_branch
github_branch_default.default_main_branch,
github_repository_file.extra_files,
github_repository_file.codeowners,
github_repository_file.managed_extra_files
]
}

0 comments on commit e7b71ac

Please sign in to comment.