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

Convert terminal and immediate to booleans #12

Closed dm36 closed 3 years ago

dm36 commented 3 years ago

Converts terminal and immediate to booleans. Currently both are represented as strings in the provider.

Ref: LOG-8179 Semver: patch

mdeltito commented 3 years ago

with this change existing configurations would no longer be valid, correct? if so this is a breaking change, and so would require a major version bump (not patch)

ghost commented 3 years ago

I think this can be closed now as the change has been made on the API to be compatible.