From a90a2b215871a165d9805e4d652eccea43814d12 Mon Sep 17 00:00:00 2001 From: Jeffrey Hung <17494876+Jeffreyhung@users.noreply.github.com> Date: Fri, 7 Jul 2023 11:45:01 -0700 Subject: [PATCH] Update repository_collaborators.html.markdown (#1779) --- website/docs/r/repository_collaborators.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/r/repository_collaborators.html.markdown b/website/docs/r/repository_collaborators.html.markdown index ebd53f71b6..24b71d059a 100644 --- a/website/docs/r/repository_collaborators.html.markdown +++ b/website/docs/r/repository_collaborators.html.markdown @@ -77,7 +77,7 @@ The `user` block supports: The `team` block supports: -* `team` - (Required) The GitHub team id or the GitHub team slug +* `team_id` - (Required) The GitHub team id or the GitHub team slug * `permission` - (Optional) The permission of the outside collaborators for the repository. 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`.