Sazabi
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

AttributeTypeBehaviorDescription
log_source_idstringRequiredParent managed log source. Immutable.
configmap(string)OptionalProvider-specific stream configuration. Immutable.
display_namestringComputedProvider-derived name when available.
statusstringComputedpending, provisioning, active, or error.
error_messagestringComputedPopulated when status is error.
enabledboolComputedWhether the stream is ingesting.
created_atstringComputedCreation timestamp (RFC 3339).
idstringComputedLog stream ID.

Import

terraform import sazabi_log_stream.example lstr_...

On this page