Releases: databricks/terraform-provider-databricks
Releases · databricks/terraform-provider-databricks
v1.109.0
v1.108.0
Release v1.108.0
New Features and Improvements
- Added
database_project_nametodatabricks_permissionsfor managing Lakebase database project permissions. - Added
node_type_flexibilityblock todatabricks_instance_poolresource (#5381).
Bug Fixes
- Handle error during WorkspaceClient() creation in databricks_grant and databricks_grants resources (#5403)
Documentation
- Added note to
databricks_mws_ncc_bindingthat a workspace can only have one NCC binding at a time.
Internal Changes
- Update Go SDK to v0.110.
v1.107.0
v1.106.0
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.
v1.105.0
Release v1.105.0
Breaking Changes
- Return empty string for
data_source_idindatabricks_sql_warehouseanddatabricks_sql_endpointif data source API call fails (#5312)
New Features and Improvements
- Allow the
cluster_sizeargument to be specified as "5X-Large" indatabricks_sql_warehouse - Update the maximum allowed value for
max_num_clustersargument indatabricks_sql_warehouseto 40 (see API docs for details).
Bug Fixes
- Dashboard File Content Change Detection When Using
file_path([#5359])(#5359) - Fix permanent drift in
databricks_model_servingwhen using*_plaintextcredential fields for external models (#5125)
Documentation
- Mark
data_source_idas deprecated indatabricks_sql_warehouseanddatabricks_sql_endpoint(#5312)
Exporter
- Add exporting for RFA destinations and Delta Sharing providers (#5337)
Internal Changes
- Update Go SDK to v0.104.0.
v1.104.0
Release v1.104.0
New Features and Improvements
- Added resources and data sources for
databricks_account_user_setting_v2anddatabricks_default_warehouse_override(#5329).
Bug Fixes
- Fix importing of the
databricks_share(#5311) - Fix
databricks_dashboardresource to includedataset_cataloganddataset_schemawhen retrying creation after parent folder creation (#5327)
Exporter
- Rewrite cloud-specific attributes and node types in cluster policy definitions when using
-targetCloudflag (#5297). - Added support for
databricks_account_network_policyanddatabricks_workspace_network_optionresources (#5238). - Rewrite exporting of
databricks_shareto plugin framework (#5328)
Internal Changes
- Add support for unified host, migrate IsAccountClient to HostType
v1.103.0
Release v1.103.0
Bug Fixes
- Fixed
databricks_dashboardresource to detect content changes when using thefile_pathattribute. Previously, only changes to the path string itself triggered updates, not changes to the file content.
v1.102.0
v1.101.0
v1.100.0
Release v1.100.0
New Features and Improvements
- Handle new fields in
databricks_pipelineresource (#5249) - Recreate
databricks_credentialon thenamechange (#5248). - Allow to specify default catalog and schema for
databricks_dashboard(#5259).
Bug Fixes
- Fix retrieving of latest DBR versions in
databricks_spark_version(#5255) - Reset PO flag for non-managed UC Catalogs (#5260).
Documentation
- Add missing GCP IAM permission
topics.detachSubscriptionfor Databricks file events (#5269)
Exporter
- Added
-targetCloudand-nodeTypeMappingFileflags for cross-cloud attribute and node-type conversion (#5236).
Internal Changes
- Update Go SDK to v0.94.0.