Skip to content

Commit

Permalink
Update website/docs/r/branch_protection.html.markdown
Browse files Browse the repository at this point in the history
Co-authored-by: Tyler <[email protected]>
  • Loading branch information
Nmishin and macetw authored Oct 9, 2023
1 parent b256239 commit 09dd1f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/branch_protection.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ resource "github_branch_protection" "example" {
# you can have more than one type of restriction (teams + users). If you use
# more than one type, you must use node_ids of each user and each team.
# github_team.example.node_id
# github_team.example-2.node_id
# github_user.example-2.node_id
]
force_push_bypassers = [
Expand Down

0 comments on commit 09dd1f8

Please sign in to comment.