New Features and Improvements
- Mark GKE-related fields for
databricks_mws_workspaces
anddatabricks_mws_networks
as deprecated(#4531). - Add support for
CAN_VIEW
permission level indatabricks_permissions
, which can be assigned todatabricks_sql_endpoint
(#4464). - Add support for
aws-us-gov-dod
(AWS Govcloud DoD shard) (https://github.com/databricks/terraform-provider-databricks/pull/4594)
Bug Fixes
- Recreate
databricks_access_control_rule_set
when thename
changes (#4572). - Avoid timeouts during
databricks_mount
state refresh and creation (#4590).
Documentation
- Improve documentation for
databricks_access_control_rule_set
(#4580). - Correct
first_on_demand
documentation foraws_attributes
indatabricks_cluster
. - Added file events permissions to GCP external location documentation. (#4415).
- Improve description of
metric
field indatabricks_job
resource #4595
Exporter
- Add support for special selectors in
-listing
and-services
#4573 - Fix incorrect reference to model serving endpoint #4588
- Allow the selective export of
databricks_mws_permission_assignment
, and change its service name toidfed
instead ofaccess
(#4571) - Fix panic caused by incorrect values in the cluster policies (#4585)
Internal Changes
- Bump Go SDK version to 0.61.0 (#4602)