Terraform provider
sazabi_log_stream
Terraform resource for a Sazabi log stream.
Manages a log stream under a managed Sazabi log source. Creation starts asynchronous provisioning; status and error_message expose progress. The log source and configuration are immutable and changing either forces replacement.
Arguments
| Attribute | Type | Behavior | Description |
|---|---|---|---|
log_source_id | string | Required | Parent managed log source. Immutable. |
config | map(string) | Optional | Provider-specific stream configuration. Immutable. |
display_name | string | Computed | Provider-derived name when available. |
status | string | Computed | pending, provisioning, active, or error. |
error_message | string | Computed | Populated when status is error. |
enabled | bool | Computed | Whether the stream is ingesting. |
created_at | string | Computed | Creation timestamp (RFC 3339). |
id | string | Computed | Log stream ID. |
Import
terraform import sazabi_log_stream.example lstr_...