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

fix(stream_exclusion_rule): set `title` property to optional #33

Closed david-ly closed 2 years ago

david-ly commented 2 years ago

The exclusion rules created for Event Streaming configurations al- ready have IDs which can be used as reference properties. To match the behavor in our webapp, we opted to update the schemas on API + TF to set the title property to optional. In the UI, the title can be omitted which will still result in the creation of a valid exclusion rule. This commit aligns the TF behavior with web.

Semver: patch Ref: LOG-10750