Check USAGE.md to know what is going to be created.
-
Go to AWS Chatbot console and configure a new Slack client. It will redirect you to slack and will ask for an approval.
-
Modify the terraform.tfvars file by adding the value of the variables.
Note: you can get the workspace ID and Channel ID opening slack in a browser
- Deploy the AWS resources using:
make plan
make apply
To remove all resources use the following command:
make destroy