Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

team

This module creates following resources.

  • tfe_team
  • tfe_team_notification_configuration (optional)
  • tfe_team_organization_member (optional)
  • tfe_team_organization_members (optional)

Requirements

Name Version
terraform >= 1.12
tfe >= 0.68

Providers

Name Version
tfe 0.70.0

Modules

No modules.

Resources

Name Type
tfe_team.this resource
tfe_team_organization_member.this resource
tfe_team_organization_members.this resource

Inputs

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

Outputs

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.