logdna / terraform-provider-logdna

Terraform provider to simplify creation of views, preset alerts and other resources in LogDNA!
https://registry.terraform.io/providers/logdna/logdna/latest
MIT License
11 stars 12 forks source link

[LOG-10589] feat: add slack integration to alerts & views #35

Closed david-ly closed 2 years ago

david-ly commented 2 years ago

Defines the slack_channel argument in the schemas for resources logdna_alert + logdna_view and the data source logdna_alert. This facilitates the ability to integrate preset alerts and view- specific alerts with Slack. Updated the tests accordingly and did quite a bit of housecleaning to modularize & dedupe some code.

Ref: LOG-10589