- Added
databricks_repo
resource to manage Databricks Repos (#771) - Added support for Azure MSI authentication (#743)
- Added support to create
databricks_user
on the account level (#818) - Already deleted
databricks_token
don't fail the apply (#808) - Default
terraform-mount
clusters created for mounting fordatabricks_aws_s3_mount
,databricks_azure_adls_gen1_mount
,databricks_azure_adls_gen2_mount
, anddatabricks_azure_blob_mount
have nowspark.scheduler.mode
asFIFO
(#828) - Fixed crash when using non-Azure authentication to mount Azure resources (#831)
- Fixed replacement of
instance_pool_id
indatabricks_cluster
, whendriver_instance_pool_id
was not explicitly specified (#824) - Ignorning diff customization for permissions resource, so that new workspace deployments won't fail without explicit dependency on a workspace resource
- Multiple documentation improvements
Deprecations
azure_workspace_name
,azure_resource_group
,azure_subscription_id
, andazure_workspace_resource_id
are deprecated and would be removed in v0.4.0. Please rewrite provider configuration withhost = data.azurerm_databricks_workspace.example.workspace_url
to achieve the same effect. Please check azurerm_databricks_workspace resource documentation for details.azure_use_pat_for_spn
,azure_use_pat_for_cli
, andazure_pat_token_duration_seconds
are deprecated to fully switch to AAD token authentication in the near future.DATABRICKS_AZURE_CLIENT_SECRET
environment variable is deprecated in favor of just usingARM_CLIENT_SECRET
.DATABRICKS_AZURE_CLIENT_ID
environment variable is deprecated in favor of just usingARM_CLIENT_ID
.DATABRICKS_AZURE_TENANT_ID
environment variable is deprecated in favor of just usingARM_TENANT_ID
.
Updated dependency versions:
- Bump github.com/aws/aws-sdk-go from 1.40.19 to 1.40.54
- Bump github.com/Azure/go-autorest/autorest from 0.11.19 to 0.11.21
- Bump github.com/Azure/go-autorest/autorest/azure/cli from 0.4.2 to 0.4.3
- Bump github.com/Azure/go-autorest/autorest/adal from 0.9.14 to 0.9.16
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.7.0 to 2.8.0
- Bump github.com/zclconf/go-cty from 1.9.0 to 1.9.1
- Bump golang.org/x/mod from 0.4.2 to 0.5.1
- Bump google.golang.org/api from 0.52.0 to 0.58.0
- Bump gopkg.in/ini.v1 from 1.62.0 to 1.63.2