This module creates following resources.
tfe_team
tfe_team_notification_configuration (optional)
tfe_team_organization_member (optional)
tfe_team_organization_members (optional)
No modules.
| Name |
Description |
Type |
Default |
Required |
| name |
(Required) The name of the team. |
string |
n/a |
yes |
| exclusive_membership_management_enabled |
(Optional) Whether to enable exclusive management for members of the team. This includes removal of team members which are not explicitly configured. Defaults to false. |
bool |
false |
no |
| members |
(Optional) A set of Terraform Cloud user IDs to be members of the team. |
set(string) |
[] |
no |
| organization |
(Optional) A name of the organization. If omitted, organization must be defined in the provider config. |
string |
null |
no |
| sso_team_id |
(Optional) The ID of the SSO team to link to this team. |
string |
null |
no |
| visibility |
(Optional) A visibility of the team. Valid values are ORGANIZATION or SECRET. Defaults to ORGANIZATION. ORGANIZATION - Visible to every member of this organization. SECRET - Only visible to team members and organization owners. |
string |
"ORGANIZATION" |
no |
| Name |
Description |
| id |
The ID of the team. |
| name |
The name of the team. |
| organization |
The name of the organization. |
| sso_team_id |
The SSO team ID associated with the team. |
| visibility |
The visibility of the team. |