Terraform provider for Slack
Download binary from releases and follow the instructions to install it as a plugin. After placing it into your plugins directory, run terraform init
to initialize it.
Check documentation in ./website folder.
Clone repository to: $HOME/development/koalificationio/
$ mkdir -p $HOME/development/koalificationio/; cd $HOME/development/koalificationio/
$ git clone https://github.com/koalificationio/terraform-provider-slack
...
Enter the provider directory and run make tools
. This will install the needed tools for the provider.
$ make tools
To compile the provider, run make build
. This will build the provider and put the provider binary in the $GOPATH/bin
directory.
$ make build
...
$ $GOPATH/bin/terraform-provider-aws
...
In order to test the provider, you can run make test
.
$ make test