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(index rate alert): add support of index rate alert api #70

Closed seeruyy closed 2 years ago

seeruyy commented 2 years ago

Added Index Rate Alert resource The API allows only PUT and GET endpoints We use PUT endpoint for Create, Update and Delete resource functions Delete resource disables index rate alert config

Ref: LOG-13487