Databricks Terraform Module for reading the current clusters times out

Mathias_Peters
Contributor II

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:

Mathias_Peters_0-1723728679046.png

until we run into a timeout. We are using databricks provider 1.49.0.

Does anybody have an idea here?

 

best

Mathias_Peters
Contributor II

Correction of my previous post: The error occurs when bumping the provider version to 1.50.0. It works fine on 1.49.0