Sazabi
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

AttributeTypeBehaviorDescription
connection_idstringRequiredThe Slack integration connection. Immutable.
slack_channel_idstringRequiredThe Slack channel ID (for example C0123ABCDEF). Immutable.
project_idstringRequiredProject the channel routes to.
organization_idstringOptional, ComputedOwning organization. Defaults to the provider's organization. Immutable.
slack_channel_namestringComputedChannel name resolved from the catalog. Informational.

On this page