Release v1.106.0
New Features and Improvements
- Support for payload bigger than 10Mb in
databricks_workspace_file(#5293) - Add
role_arnfield todatabricks_mws_storage_configurationsresource to support sharing S3 buckets between root storage and Unity Catalog (#5222)
Bug Fixes
- Fix the
databricks_mws_ncc_private_endpoint_ruleresource to support updates for non-S3 endpoint rules (#5326) - Prevent users from locking themselves out of managing a secret scope in
databricks_secret_acl(#5373). - [Fix]
databricks_appresource fail to read app when deleted outside terraform (#5365) - Fixed
databricks_usersdata sourceextra_attributesparameter issues (#5308): (1) Single-attribute inputs (e.g.,extra_attributes = "active") were silently ignored at account level due to incorrect value quoting. (2) Complex multi-valued attributes likeemailsandrolesreturned null at account level even when explicitly requested inextra_attributes. (3)extra_attributeswere not forwarded to the SCIM API at workspace level. - Fix
databricks_appresource fail to read app when deleted outside terraform (#5365)
Documentation
- Add
run_asconfiguration block documentation todatabricks_pipelineresource (#5342) - Document
driver_node_type_flexibilityandworker_node_type_flexibilityindatabricks_cluster(#5379)
Internal Changes
- Change default value for
delta_sharing_recipient_token_lifetime_in_secondsfrom 0 to 31536000 (1 year) (#5296) - Update Go SDK to v0.106.0.