A Slack Terraform provider specializing in emoji transport.
Log in to Slack via a web browser. Get your token from boot_data.api_token
in the developer tools attached to that window (right click, inspect element, console tab).
- Build the
terraform-provider-slack
binary by runninggo get github.com/christianalexander/terraform-provider-slack
or cloning and runninggo build -o terraform-provider-slack .
(the executable name is important for terraform to recognize it). - Install the provider in the
terraform.d
directory next to your terraform repository as documented here.