You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/d/team.html.markdown
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,5 +33,5 @@ data "github_team" "example" {
33
33
*`privacy` - the team's privacy type.
34
34
*`permission` - the team's permission level.
35
35
*`members` - List of team members (list of GitHub usernames). Not returned if `summary_only = true`
36
-
*`repositories` - List of team repositories (list of repo names). Not returned if `summary_only = true`
37
-
*`repositories_detailed` - List of team repositories (list of `repo_id` and[`role_name`](https://registry.terraform.io/providers/integrations/github/latest/docs/resources/team_repository#permission)). Not returned if `summary_only = true`
36
+
*`repositories` - (**DEPRECATED**) List of team repositories (list of repo names). Not returned if `summary_only = true`
37
+
*`repositories_detailed` - List of team repositories (each item comprises of `repo_id`, `repo_name` &[`role_name`](https://registry.terraform.io/providers/integrations/github/latest/docs/resources/team_repository#permission)). Not returned if `summary_only = true`
0 commit comments