Terraform provider
sazabi_member
Terraform resource for an organization member's role.
Manages an existing organization member's role. Members join through sazabi_member_invitation; this resource adopts a member by email once they have accepted, and sets their role. Destroying the resource removes the member from the organization.
Arguments
| Attribute | Type | Behavior | Description |
|---|---|---|---|
email | string | Required | Email used to look up the member on first create. Immutable. |
role | string | Required | admin or member. |
organization_id | string | Optional, Computed | Owning organization. Defaults to the provider's organization. Immutable. |
user_id | string | Computed | The member's user ID, populated after adoption. |
id | string | Computed | Member ID. |
Import
terraform import sazabi_member.example mem_...