Hi,
we are managing our Databricks Workspaces entirely using terraform. As of today, the module to read the current clusters fails with a timeout. We use this:
data "databricks_clusters" "this" {
}
This has worked flawlessly before. However, now we are seeing this:
until we run into a timeout. We are using databricks provider 1.49.0.
Does anybody have an idea here?
best