Terraform provider
sazabi_component
Terraform resource for a Sazabi component.
Manages a Sazabi component — a logical service, API, or feature tracked for health. Registering a name that already exists adopts the existing component. The project and name are immutable and changing either forces replacement.
Arguments
| Attribute | Type | Behavior | Description |
|---|---|---|---|
project_id | string | Required | Owning project. Immutable. |
name | string | Required | Component name (at least 1 character). Immutable. |
description | string | Optional | Component description. Clearing it forces replacement. |
id | string | Computed | Component ID. |
Import
terraform import sazabi_component.example cmp_...