Slack v0.4.8 published on Monday, Oct 7, 2024 by Pulumi
Slack Provider: Installation & Configuration
Installation
The Pulumi Slack provider is available as a package in all Pulumi languages:
- JavaScript/TypeScript:
@pulumi/slack
- Python:
pulumi_slack
- Go:
github.com/pulumi/pulumi-slack/sdk/go/slack
- .NET:
Pulumi.Slack
Setup
The Slack provider must be configured with a token to manage resources in a Slack Workspace. Documentation about how to create an app and token for your workspace here here
Configuration Options
Use pulumi config set slack:token --secret
or set as an environment variable: export SLACK_TOKEN="my-token"
Option | Required/Optional | Description |
---|---|---|
token | Required | Slack token |