On the Terraform Registry (https://registry.terraform.io/providers/jianyuan/sentry/latest/docs/resources/issue_alert), the note at the top states:
“Since v0.15.0, the conditions, filters, and actions attributes which are JSON strings have been deprecated in favor of conditions_v2, filters_v2, and actions_v2 which are lists of objects.”
However, there is no v0.15.0 tag or release in this repository. The latest published version is v0.14.6, not v0.15.0. This causes confusion for users.
How can I fix this?
Thanks you!