pablovarela / terraform-provider-slack

A Terraform Provider for Slack resources
GNU General Public License v3.0
50 stars 33 forks source link

Slack-moji support #257

Open notwillk opened 5 days ago

notwillk commented 5 days ago

Add support for defining the set of custom emojis in slack. Having a unified source would eliminate name permission issues around individuals adding their own while unlocking the advantages of a declarative configuration that terraform provides.

Describe alternatives you've considered In the past I've written one-off scripts to do this, but implementing it via a terraform provider allows a better experience with less code.

Additional context

notwillk commented 5 days ago

I'm happy to help, but it's been years since I've written go (and my backlog of side projects is huge), so I won't be quick about it.