diff --git a/website/docs/d/team.html.markdown b/website/docs/d/team.html.markdown index 279fe6c6d..a3de14ba8 100644 --- a/website/docs/d/team.html.markdown +++ b/website/docs/d/team.html.markdown @@ -49,5 +49,6 @@ The following arguments are supported: * `name` - The name of the found team. * `description` - A description of the found team. * `parent` - ID of the parent team. This is available to accounts with the Team Hierarchy feature enabled. Please contact your account manager for more information. +* `default_role` - (Optional) The team is private if the value is "none", or public if it is "manager" (the default permissions for a non-member of the team are either "none", or their base role up until "manager"). [1]: https://developer.pagerduty.com/api-reference/b3A6Mjc0ODIyMw-list-teams diff --git a/website/docs/r/team.html.markdown b/website/docs/r/team.html.markdown index a2378baed..8162d2dd3 100644 --- a/website/docs/r/team.html.markdown +++ b/website/docs/r/team.html.markdown @@ -35,6 +35,7 @@ The following arguments are supported: * `description` - (Optional) A human-friendly description of the team. If not set, a placeholder of "Managed by Terraform" will be set. * `parent` - (Optional) ID of the parent team. This is available to accounts with the Team Hierarchy feature enabled. Please contact your account manager for more information. + * `default_role` - (Optional) The team is private if the value is "none", or public if it is "manager" (the default permissions for a non-member of the team are either "none", or their base role up until "manager"). ## Attributes Reference