databricks Terraform Databricks Provider Releases · · 1.130.0

Databricks Terraform Provider v1.130.0

terraforminfradatabricksgaengineer
feature patch

Databricks Terraform Provider v1.130.0 addresses a bug where `databricks_repo` operations, such as cloning and checking out branches/tags, could time out for larger repositories; the default HTTP timeout is now 600 seconds. This release also enhances the Exporter to support Lakebase autoscaling resources. Users managing larger repositories or utilizing Lakebase autoscaling through Terraform will find these updates beneficial.

  • Add support for Lakebase autoscaling resources
Features (1)
  • Add support for Lakebase autoscaling resources
Fixes (1)
  • Default to a 600 second HTTP timeout for databricks_repo operations that run git commands inline (the clone on create and the branch/tag checkout on update), so larger repositories no longer fail with request timed out after 1m5s of inactivity. An explicitly configured http_timeout_seconds still takes precedence

Read the original announcement →

https://github.com/databricks/terraform-provider-databricks/releases/tag/v1.130.0

Related releases