Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 570 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 570 Bytes

Case 3 - Chatbot

Check USAGE.md to know what is going to be created.

Setup

  1. Go to AWS Chatbot console and configure a new Slack client. It will redirect you to slack and will ask for an approval.

  2. 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

  1. Deploy the AWS resources using:
make plan
make apply

Destroy

To remove all resources use the following command:

make destroy