The Slack Provider enables you to manage Slack resources via Pulumi.
This package is available for several languages/platforms:
To use from JavaScript or TypeScript in Node.js, install using either npm
:
npm install @pulumi/slack
or yarn
:
yarn add @pulumi/slack
To use from Python, install using pip
:
pip install pulumi_slack
To use from Go, use go get
to grab the latest version of the library:
go get github.com/pulumi/pulumi-slack/sdk/go/...
To use from .NET, install using dotnet add package
:
dotnet add package Pulumi.Slack
The following configuration points are available for the slack
provider:
slack:token
(environment:SLACK_TOKEN
) - the token for your slack workspace
For detailed reference documentation, please visit the Pulumi registry.