Terraform provider
sazabi_integration_slack_channel_project_mapping
Terraform resource for a Slack channel-to-project mapping.
Manages a single Slack channel-to-project mapping on an existing Slack integration connection. Each instance owns one mapping (keyed on connection and channel); use for_each for several. Deleting the resource removes the mapping.
Arguments
| Attribute | Type | Behavior | Description |
|---|---|---|---|
connection_id | string | Required | The Slack integration connection. Immutable. |
slack_channel_id | string | Required | The Slack channel ID (for example C0123ABCDEF). Immutable. |
project_id | string | Required | Project the channel routes to. |
organization_id | string | Optional, Computed | Owning organization. Defaults to the provider's organization. Immutable. |
slack_channel_name | string | Computed | Channel name resolved from the catalog. Informational. |