Sazabi
Terraform provider

sazabi_team_membership

Terraform resource adding a member to a team.

Adds an existing organization member to a team. The member must already be an active organization member. Changing team_id or user_id forces replacement.

Arguments

AttributeTypeBehaviorDescription
team_idstringRequiredTarget team. Immutable.
user_idstringRequiredMember to add. Immutable.
organization_idstringOptional, ComputedOwning organization. Defaults to the provider's organization. Immutable.
emailstringComputedThe member's email, populated after creation.
idstringComputedComposite ID, <team_id>/<user_id>.

Import

terraform import sazabi_team_membership.example "<team_id>/<user_id>"

On this page