- Fixed state refresh bugs in
databricks_sql_permissions
(#620, #619) - Fixed
workspace_ids_filter
mapping fordatabricks_mws_log_delivery
(#635) - Multiple documentation improvements (#597, eb60d10, edcd4b1, 404bdab, #615, f14b825, e615c3a, #612)
- Mounting clusters are recreated now, even when they are deleted (#637)
- Fixed handling of empty blocks for clusters/jobs/instance pools (22cdf2f)
- Mark instance pool attributes as ForceNew when it's requited (#629)
- Switched to use https://staticcheck.io/ for static code analysis (#602)
Behavior changes
- The
customer_managed_key_id
field indatabricks_mws_workspaces
resource is deprecated and should be replaced withmanaged_services_customer_managed_key_id
(and optionallystorage_customer_managed_key_id
).databricks_mws_customer_managed_keys
now requires the parameteruse_cases
(#642). If you've used the resource before, please adduse_cases = ["MANAGED_SERVICES"]
to keep the behaviour.
Updated dependency versions:
- Bump github.com/aws/aws-sdk-go to v1.38.30
- Bump github.com/hashicorp/go-retryablehttp to v0.7.0
- Bump github.com/hashicorp/hcl/v2 to v2.10.0
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 to v2.6.1
- Bump github.com/zclconf/go-cty to v1.8.2