Databricks Terraform Module for reading the current clusters times out
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2024 06:32 AM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2024 06:52 AM
Correction of my previous post: The error occurs when bumping the provider version to 1.50.0. It works fine on 1.49.0