Application Alert Configuration Resource being created each time terraform code is applied

Hello,

I am trying to configure application smart alerts for Instana using the resource “instana_application_alert_config” as in the below example:

The issue is that each time I run the terraform code, the smart alerts are being created once again with a new id, even though the old ones are being recognized and their state is refreshed.

Do you have any idea how can I avoid this behavior? If the resource exists, only to apply the changes to it, or to refresh it’s state, not to create another one with the same name, but different id.