DNXLabs / terraform-aws-chatbot

Utility Module to create AWS Chatbot and its dependencies.
https://modules.dnx.one/
Apache License 2.0
5 stars 4 forks source link

Feature/multiple channels #6

Closed flaupretre closed 3 years ago

flaupretre commented 3 years ago

My slack environment includes several slack workspaces, with people authorized to access a subset of these workspaces/channels only. So, it is important for me to transmit events to more than one slack channel, so that different teams with different access rights see it in their team-specific workspace.

This PR preserves backwards compatibility by combining old & new input variables but it does not preserve compatibility with the previous PR creating output variables, as it was not published yet.

flaupretre commented 3 years ago

Hi, thanks for merging these PRs. Can you please add a version tag so that I can switch my code back to your repo instead of my fork ? Thanks.

adenot commented 3 years ago

Released as 2.0.0. Thanks @flaupretre.