From 5e15bab50f16fd794b5cf1dd4983357ab3931c9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Antonio=20Reyes?= Date: Wed, 25 Oct 2023 15:13:06 -0300 Subject: [PATCH] update res/data pagerduty_team docs to ref default_role attrib --- website/docs/d/team.html.markdown | 1 + website/docs/r/team.html.markdown | 1 + 2 files changed, 2 insertions(+) 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