dynatrace-oss / terraform-provider-dynatrace

Apache License 2.0
70 stars 33 forks source link

Documentation report for alerting service. #384

Closed susiesolis closed 10 months ago

susiesolis commented 10 months ago

The Terraform registry for the resource dynatrace_alerting shows that the following:

operator (String) Operator of the comparison. You can reverse it by setting negate to true. Possible values are BEGINS_WITH, CONTAINS, CONTAINS_REGEX, ENDS_WITH and EQUALS.

A terraform apply results in an error stating that EQUALS needs to be STRING_EQUALS

This request is to update the documentation to reflect the new operator.

susiesolis commented 10 months ago

![Uploading Screenshot 2023-12-19 at 8.28.30 AM.png…]()

Dynatrace-Reinhard-Pilz commented 10 months ago

Hello @susiesolis,

Thanks for reaching out about that. You're correct, the documentation is incorrect here. Also CONTAINS_REGEX is not correct. It should state REGEX_MATCHES.

The documentation will get corrected with the next release.