Skip to content

Commit

Permalink
Fix documented block name for ignored collaborator teams
Browse files Browse the repository at this point in the history
This block was added in #2481 but the documentation has the incorrect block name. It's implemented in the provider as ignore_team but the docs referenced "team_ignore". This corrects the documentation to match.
  • Loading branch information
tabacco committed Jan 27, 2025
1 parent 1ca7092 commit 4bed219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/repository_collaborators.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ The `team` block supports:
Must be one of `pull`, `triage`, `push`, `maintain`, `admin` or the name of an existing [custom repository role](https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/managing-custom-repository-roles-for-an-organization) within the organisation. Defaults to `pull`.
Must be `push` for personal repositories. Defaults to `push`.

The `team_ignore` block supports:
The `ignore_team` block supports:

* `team_id` - (Required) The GitHub team id or the GitHub team slug.

Expand Down

0 comments on commit 4bed219

Please sign in to comment.