cancel
Showing results for 
Search instead for 
Did you mean: 
Administration & Architecture
Explore discussions on Databricks administration, deployment strategies, and architectural best practices. Connect with administrators and architects to optimize your Databricks environment for performance, scalability, and security.
cancel
Showing results for 
Search instead for 
Did you mean: 

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

1 REPLY 1

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