v0.4.0
0.4.0
- Added
databricks_mlflow_modelanddatabricks_mlflow_experimentresources (#931) - Added support for
repo_pathtodatabricks_permissionsresource (#875). - Added
external_idtodatabricks_useranddatabricks_group(#927). - Fixed
databricks_repocreation corner cases on MS Windows OS (#911). - Fixed configuration drift for
databricks_cluster.aws_attributes.zone_idwithauto, which resulted in unwanted cluster restarts (#937). - Added new experimental resources, increased test coverage, and automated integration testing infrastructure.
- Multiple documentation improvements and new guides.
Behavior changes
- Renamed
allow_sql_analytics_accesstodatabricks_sql_accessindatabricks_user,databricks_group, anddatabricks_service_principalresources. - Removed deprecated
azure_use_pat_for_spn,azure_use_pat_for_cli,azure_pat_token_duration_secondsprovider attributes. - Removed deprecated
azure_workspace_name,azure_resource_group,azure_subscription_idin favor of just usingazure_workspace_resource_id. - Renamed
DATABRICKS_AZURE_WORKSPACE_RESOURCE_IDenvironment variable toDATABRICKS_AZURE_RESOURCE_ID. DATABRICKS_AZURE_CLIENT_SECRETenvironment variable is no longer having any effect in favor of just usingARM_CLIENT_SECRET.DATABRICKS_AZURE_CLIENT_IDenvironment variable is no longer having any effect in favor of just usingARM_CLIENT_ID.DATABRICKS_AZURE_TENANT_IDenvironment variable is no longer having any effect in favor of just usingARM_TENANT_ID.
Updated dependency versions:
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.7.1 to 2.9.0
- Bump github.com/Azure/go-autorest/autorest/adal from 0.9.16 to 0.9.17
- Bump github.com/golang-jwt/jwt/v4 from 4.0.0 to 4.1.0
- Bump github.com/zclconf/go-cty from 1.9.1 to 1.10.0
- Bump github.com/Azure/go-autorest/autorest from 0.11.21 to 0.11.22