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
| Attribute | Type | Behavior | Description |
|---|---|---|---|
connection_id | string | Required | The Slack integration connection. Immutable. |
organization_id | string | Optional, Computed | Owning organization. Defaults to the provider's organization. Immutable. |
default_project_id | string | Optional | Enforce a default project; omit or null to clear. |
automatic_responses | bool | Optional, Computed | Whether the app reacts automatically. |
acknowledgement_message | bool | Optional, Computed | Whether a processing acknowledgement is posted. |