Sazabi
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

AttributeTypeBehaviorDescription
project_idstringRequiredOwning project. Immutable.
namestringRequiredComponent name (at least 1 character). Immutable.
descriptionstringOptionalComponent description. Clearing it forces replacement.
idstringComputedComponent ID.

Import

terraform import sazabi_component.example cmp_...

On this page