Sazabi
Terraform provider

sazabi_integration_slack_configuration

Terraform resource for connection-level Slack settings.

Manages connection-level Slack configuration — default project, automatic responses, and the acknowledgement message — on an existing Slack integration. It toggles settings without creating or disconnecting the integration. Deleting the resource leaves the live values at their last-applied state.

Arguments

AttributeTypeBehaviorDescription
connection_idstringRequiredThe Slack integration connection. Immutable.
organization_idstringOptional, ComputedOwning organization. Defaults to the provider's organization. Immutable.
default_project_idstringOptionalEnforce a default project; omit or null to clear.
automatic_responsesboolOptional, ComputedWhether the app reacts automatically.
acknowledgement_messageboolOptional, ComputedWhether a processing acknowledgement is posted.

On this page