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