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

feat(alerts): add preset alert `logdna_alert` as a data source #31

Closed david-ly closed 2 years ago

david-ly commented 3 years ago

Creates a logdna_alert data source which provides support for remotely fetching information from existing preset alerts. Added tests, updated the documentation, and included it in the provider.

Semver: minor Ref: LOG-10590