Open
Description
Summary
Currently, the Alerting resource in the Elasticstack Terraform provider is implemented using the terraform-plugin-sdk/v2
.
This library is limited and leads to problems like the one seen here.
We should update the resource to use the more recent terraform-plugin-framework
.