Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle usergroup already exists error (#71)
Thank you so much, the provider has nice handling when a deactivated usergroup exists. But looks like slack changed the error message in the API. The error thrown is now called `handle_already_exists`: ``` │ Error: could not create usergroup <xxxxx>: handle_already_exists │ │ with slack_usergroup.<xxxxx>, │ on gen_slack.tf line 1867, in resource "slack_usergroup" "<xxxxx>": │ 1867: resource "slack_usergroup" "<xxxxx>" { ```
- Loading branch information