Databricks got replaced while modifying the tags associated with it

Hi

We have created databricks workspace & cluster in azure using terraform. As a part of the change when we have updated the tags found that databricks workspace & cluster got deleted and recreated with the latest tags which led to the loss of notebooks and data created in it, while other resources replace the tags in place with the latest tags but databricks had a different behaviour than other resources.
We are using the latest azurerm package (v2.89.0). Is there any bug or it’s a usual behaviour of databricks?

this might be a bug in azurerm provider or somewhere else. if you manage Databricks workspace via https://registry.terraform.io/providers/databrickslabs/databricks/latest, you can always recreate resources within workspace.

we recommend always using https://registry.terraform.io/providers/databrickslabs/databricks/latest/docs/resources/repo to store notebook projects.