v0.4.2
- Added optional
auth_typeprovider conf to enforce specific auth type to be used in very rare cases, where a single Terraform state manages Databricks workspaces on more than one cloud andMore than one authorization method configurederror is a false positive. Valid values arepat,basic,azure-client-secret,azure-msi,azure-cli, anddatabricks-cli(#1000). - Added
DBCformat support fordatabricks_notebook(#989). - Fixed creating new
databricks_mws_workspaceswithtoken {}block (#994). - Added automated documentation formatting with
make fmt-docs, so that all HCL examples look consistent (#999). - Increased codebase unit test coverage to 91% to improve stability (#996, #992, #991, #990).
Updated dependency versions:
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.10.0 to 2.10.1