diff --git a/website/docs/d/team.html.markdown b/website/docs/d/team.html.markdown index 9bcaece85..ae872fd92 100644 --- a/website/docs/d/team.html.markdown +++ b/website/docs/d/team.html.markdown @@ -31,4 +31,4 @@ The following arguments are supported: In addition to all arguments above, the following attributes are exported: * `id` - The ID of the team. -* `sso_team_id` - (Optional) The SSO Team ID of the team, if it has been defined +* `sso_team_id` - (Optional) The [SSO Team ID](https://www.terraform.io/cloud-docs/users-teams-organizations/single-sign-on#team-names-and-sso-team-ids) of the team, if it has been defined diff --git a/website/docs/r/team.html.markdown b/website/docs/r/team.html.markdown index 3e8df0e0c..4d97d61e8 100644 --- a/website/docs/r/team.html.markdown +++ b/website/docs/r/team.html.markdown @@ -41,7 +41,7 @@ The following arguments are supported: * `organization` - (Required) Name of the organization. * `visibility` - (Optional) The visibility of the team ("secret" or "organization"). Defaults to "secret". * `organization_access` - (Optional) Settings for the team's [organization access](https://www.terraform.io/docs/cloud/users-teams-organizations/permissions.html#organization-level-permissions). -* `sso_team_id` - (Optional) Unique Identifier to control team membership via SAML. Defaults to `null` +* `sso_team_id` - (Optional) Unique Identifier to control [team membership](https://www.terraform.io/cloud-docs/users-teams-organizations/single-sign-on#team-names-and-sso-team-ids) via SAML. Defaults to `null` The `organization_access` block supports: