Go modules · #2167
github.com/databricks/terraform-provider-databricks
v1.129.0databricks/terraform-provider-databricks ↗Last release 3 days ago
24 Aug 2026
Ships on a steady schedule
a new release about every 2 weeks
Nearly every release is documented
notes for 57 of the last 60 stable releases
Nothing withdrawn
no release was ever pulled
4 years old
346 releases · first in 2022
Release timeline
346 releases since 2022Releases
- v1.95.023 Oct 2025
Release notes2 sources agree
Open source →Breaking Changes
- Remove
recipient_federation_policyresource and datasources (#5126)
New Features and Improvements
- Add
provider_configsupport for SDKv2 compatible plugin framework resources and data sources(#5115) - Optimize
databricks_grantanddatabricks_grantsto not call theUpdateAPI if the requested permissions are already granted (#5095) - Added
expected_workspace_statustodatabricks_mws_workspacesto support creating workspaces in provisioning status (#5019)
Bug Fixes
- Mark
workload_sizeas not computed indatabricks_model_serving(#5111) - Fix Inconsistent Plan Errors in Permissions Resource (#5091)
Documentation
- Add documentation on the
service_principal_client_idattribute ofdatabricks_appand related #5134
Exporter
- Remove
METRIC_VIEWfromsql_tableresource (#5135)
Internal Changes
- Fix custom_app_integration_test (#5129)
- Remove
- v1.94.1-0.20251022142853-d3c5f73e0c0622 Oct 2025pre-release
Nothing published for this version
- v1.94.1-0.20251022072059-0451da37f3c222 Oct 2025pre-release
Nothing published for this version
- v1.94.021 Oct 2025
Release notes2 sources agree
Open source →Bug Fixes
- Fix crash when error happens during reading
databricks_job(#5110) - Fix
ADMINassignment indatabricks_permission_assignmentresource (#5109)
Documentation
- Document
table_updatetrigger indatabricks_jobresource (#5107) - Document new attributes in
databricks_appresource and data sources (#5108) - Document
git_emailindatabricks_git_credentialresource (#5099) - Update
CONTRIBUTINGguidelines for migrating resources to plugin framework (#5121)
Internal Changes
- Fix crash when error happens during reading
- v1.93.1-0.20251017145719-515d860040d117 Oct 2025pre-release
Nothing published for this version
- v1.93.016 Oct 2025
Release notes2 sources agree
Open source →Internal Changes
- Make plugin framework implementation of share resource as default (#4967)
- v1.92.015 Oct 2025
Release notes2 sources agree
Open source →Breaking Changes
- Remove stale resources/datasources/documentation related to Clean Room services.
- databricks_permissions resource no longer updates permissions on delete. This is to mitigate an issue with incorrect IS_OWNER being set (#5096)
New Features and Improvements
- Add
armoption todatabricks_node_typeinstead ofgraviton(#5028) - Add
data_quality_monitorresource and data sources (#5092). - Add
data_quality_refreshresource and data sources (#5092). - Perform workspace-level permission assignment by
user_name,group_name, orservice_principal_name(#5068).
Bug Fixes
- Fixed syncing of effective fields in plugin framework implementation of share resource (#4969)
- Mark
storage_locationas read-only indatabricks_catalog(#5075)
Documentation
- Add instructions for migration from deprecated
databricks_catalog_workspace_bindingtodatabricks_workspace_binding(#5054) - Document output attributes in
databricks_storage_credential(#5093)
Internal Changes
- Bump the Go SDK to v0.86.0 (#5092).
- v1.91.1-0.20251010072316-0c7285b1c3a710 Oct 2025pre-release
Nothing published for this version
- v1.91.1-0.20251001145925-23eb4f238b761 Oct 2025pre-release
Nothing published for this version
- v1.91.029 Sept 2025
Release notes2 sources agree
Open source →New Features and Improvements
- Add
table_idto the output ofdatabricks_sql_tableresource (#5058).
Bug Fixes
- Allow update
managed_services_customer_managed_key_idindatabricks_mws_workspaces(#5034)
Documentation
- Clarify the use of
workspace-consumeentitlement and access to Databricks One (#5043)
- Add
- v1.90.1-0.20250923112318-fbacbd46e93b23 Sept 2025pre-release
Nothing published for this version
- v1.90.017 Sept 2025
Release notes2 sources agree
Open source →New Features and Improvements
- Added
no_waitoption fordatabricks_sql_endpointto skip waiting to start on warehouse creation (#5014)
Bug Fixes
- Remove incorrect customization for
databricks_catalog(#5021) - Fix filling of
activeattribute indatabricks_userdata source (#5026) - Add support for share resource in plugin framework implementation to be SDKv2 compatible (#4965)
Internal Changes
- Use
Jobs.Getinstead ofJobsGetByJobId(#5029)
- Added
- v1.89.1-0.20250917085950-430902d67b7017 Sept 2025pre-release
Nothing published for this version
- v1.89.010 Sept 2025
Release notes2 sources agree
Open source →New Features and Improvements
- Document and handle additional Microsoft Teams options in
databricks_notification_destination(#4990)
Bug Fixes
-
Fix regression with
databricks_groupdata source introduced by a recent change (#4995) -
Fix drift detection for
databricks_connectionwith HTTP OAuth M2M
Documentation
- Document
continuous.task_retry_modeindatabricks_job(#4993)
Exporter
- Document and handle additional Microsoft Teams options in
- v1.88.01 Sept 2025
Release notes2 sources agree
Open source →New Features and Improvements
- Document and handle additional Slack options in
databricks_notification_destination(#4933) - Lower case
warehouse_name_containswhen comparing indatabricks_warehouses(#4966) - Added
account_federation_policiesresource and data sources (#4986). - Added
account_setting_v2resource and data sources (#4986). - Added
account_settings_metadata_v2resource and data sources (#4986). - Added
apps_settings_custom_templateresource and data sources (#4986). - Added
entity_tag_assignmentresource and data sources (#4986). - Added
service_principal_federation_policiesresource and data sources (#4986). - Added
tag_policyresource and data sources (#4986). - Added
workspace_setting_v2resource and data sources (#4986). - Added
workspace_settings_metadata_v2resource and data sources (#4986).
Bug Fixes
- Suppress diff for
databricks_catalogattributes (#4975) - Correct which file event fields should be reset in
databricks_external_location(#4945) - Fix
ExactlyOneOfindatabricks_app(#4946) - Enable update of
databricks_mws_ncc_private_endpoint_ruleresource (#4957) - Fix metastore ID interpolation for account-level storage credential imports (#4980). Storage credentials can now be imported using two formats:
<storage_credential_name>when using a workspace-level provider, and<metastore_id>|<storage_credential_name>when using an account-level provider. Previously, importing storage credentials with an account-level provider would fail due to missing metastore ID in the API call.
Documentation
- Improve documentation for grant resource (#4906)
- Document
gcp_attributes.first_on_demandattribute indatabricks_cluster(#4934) - Improve
databricks_mws_permission_assignmentdocumentation (#4943) - Update
databricks_jobexample to useenvironment_version(#4942) - Fix broken link in docs/index.md (#4949)
- Update existing docs to match Go SDK 0.81.0 (#4960)
Exporter
- Add match by name to more exported resources (#4939)
- Improve handling of new dependencies in jobs, pipelines, model serving (#4914)
- Add support for
databricks_budget(#4957) - Correct support for
library.globindatabricks_pipeline(#4937) - Resolve references also for map values (#4944)
Internal Changes
- Document and handle additional Slack options in
- v1.87.2-0.20250816103627-fe03d96e851216 Aug 2025pre-release
Nothing published for this version
- v1.87.113 Aug 2025
Release notes2 sources agree
Open source →Breaking Changes
Terraform databricks provider version 1.86.0 introduced changes to databricks_share resource leading to panic for some users while applying terraform. We are rolling back to SDKv2 implementation in this version. No change is expected for users who are upgrading to latest version from before 1.86.0. Users on 1.86.0 and not facing issues are suggested to not upgrade their version to this patch release. We are investigating the issue and will release a fix soon.
Internal Changes
- Use SDKv2 Implementation for databricks_share resource as default (#4931)
- v1.87.1-0.20250813145713-e72c61c628f813 Aug 2025pre-release
Nothing published for this version
- v1.87.013 Aug 2025
Release notes2 sources agree
Open source →Bug Fixes
- Suppress
data_security_modealiases fordatabricks_clusterresource (#4911).
Documentation
- Document
email_notificationsblock in model serving resources (#4910) - Deprecate
data_source_idattribute indatabricks_sql_endpointresource (#4929) - Deprecate
databricks_sql_visualizationanddatabricks_sql_widgetresource. (#4924) - Document
APPLY_TAGprivilege fordatabricks_volumegrants (#4928)
Internal Changes
- Suppress
- v1.86.1-0.20250807085412-bde694ae5f0f7 Aug 2025pre-release
Nothing published for this version
- v1.86.06 Aug 2025
Release notes2 sources agree
Open source →Breaking Changes
- Do not set `run_as from run_as_user_name in DLT pipelines. This fixes an issue where the value for run_as was unintentionally cached in the terraform state. More details and the workaround are specified in the PR: (#4886)
New Features and Improvements
- Don't redeploy
databricks_sql_tablefor tables with struct subcolumns (#4001). - Added ability to add
commentwhen defining a newdatabricks_share(#4802) - Added output attribute
endpoint_urlindatabricks_model_serving(#4877). - Deprecate
egglibrary type indatabricks_cluster,databricks_job, anddatabricks_library(#4881). - Support
databricks_service_principal_secreton workspace level (#4896). - Added resources and data sources for
databricks_clean_room_asset,databricks_clean_room_auto_approval_ruleanddatabricks_clean_room_asset_revisions_clean_room_asset(#4907).
Bug Fixes
- Corrected accidentally removed
SpIDfield fromdatabricks_service_principal(#4868). - Corrected optional fields in
databricks_mws_ncc_private_endpoint_rule(#4856). - Fix handling of
forceoption indatabricks_git_credential(#4873). - Restricted create or replace statement to managed tables in
databricks_sql_table(#4874). - Mitigate issue due to internal caching in
databricks_secret_aclby retrying until ACL are applied with the right permission (#4885). - Fix schema mismatch bug in
databricks_functionsdata source (#4902). - Set suppressDiff on string_shared_as in the Legacy databricks_share Resource (#4904).
Documentation
- Updated
sharedocumentation to be more in line with Terraform styling (#4802) - Refreshed
databricks_jobdocumentation (#4861). - Document
environmentblock indatabricks_pipeline(#4878). - Updated documentation for
databricks_disable_legacy_dbfs_settingresource (#4870). - Add deprecation notice to
databricks_dbfs_fileanddatabricks_mount(#4876) - Updated documentation for
databricks_disable_legacy_features_settingresource (#4884). - Improve docs for
databricks_compliance_security_profile_setting(#4880). - Improve instructions for the Terraform Exporter (#4892).
- Improve documentation for service principal data sources (#4900).
- Add warning about disabling legacy features and default catalog (#4905).
- Improve documentation for grants resources (#4906)
Exporter
- Added support for exporting of workspaces and related resources (#4899).
Internal Changes
- v1.85.015 Jul 2025
Release notes2 sources agree
Open source →New Features and Improvements
- Add
bearer_tokento the list of sensitive options indatabricks_connection(#4812). - Use single-node cluster for
databricks_sql_permissions(#4813). - Allow to retrieve service principal data by SCIM ID (#3142).
- Add support for Lakebase
databricks_database_instanceindatabricks_permissions(#4824). - Document new fields in
databricks_model_servingand deprecateinvalid_keywordsandvalid_topicsin AI Gateway configuration (#4851). - Added support for Alert V2 in
databricks_permissions(#4831). - Replace instead of dropping Delta
databricks_sql_table(#2424). - Added
databricks_clean_rooms_clean_roomresource and data sources (#4844). - Added
databricks_external_metadataresource and data sources (#4844). - Added
databricks_materialized_features_feature_tagresource and data sources (#4844). - Improve
databricks_git_credentialresource by correctly handle new fields (#4854).
Bug Fixes
- Don't redeploy
databricks_sql_tablewhen view definition contains newlines or tabs (#4003). - Preserve
queuesetting fordatabricks_jobresource when upgrading from provider version <1.71.0. - Fix updating of of
fallback_configindatabricks_model_serving(#4830).
Documentation
- Update documentation for single-node clusters in
databricks_clusterresource (#4817). - Update GCP example for
databricks_external_locationresource (#4826) - Fix formatting for HTTP connection example in
databricks_connectionresource (#4826) - Document
encryption_detailsblock indatabricks_external_locationresource and data source (#4849) - Update Databricks SQL objects documentation (#4840)
- Improve documentation for
databricks_git_credentialresource (#4837) - Rename DLT references to Lakeflow Declarative pipelines (#4842)
- Update the list of UC permissions in UC guide for Azure (#4852).
- Clarify and add more examples to
databricks_mws_network_connectivity_configanddatabricks_mws_ncc_private_endpoint_ruledocumentation (#4847) - Document new attributes in
databricks_appresource and data sources (#4848)
Exporter
- Fix generation of columns in
databricks_sql_tableresource (#4819).
Internal Changes
- Add
- v1.84.024 Jun 2025
Release notes2 sources agree
Open source →New Features and Improvements
- Added
time_rotatingargument todatabricks_service_principal_secretto enable secret rotation (#4789). - Add AWS support for
databricks_mws_ncc_private_endpoint_rule(#4804). - Added
keyargument todatabricks_jobsdata source to enable mapping by job ID and allow duplicate job names (#4796). - Added online_store resource and data sources (#4809).
- Bump the Go SDK to v0.73.1 (#4809).
Documentation
- Added HCL provider example for WIF authentication (#4799)
- Added link to Workload Identity Federation page (#4786).
- auto
zone_idcan only be used for fleet node types indatabricks_instance_poolresource (#4782). - Document
tagsattribute indatabricks_pipelineresource (#4783). - Recommend OAuth instead of PAT in guides (#4787)
- Document new options in
databricks_model_servingresource (#4789) - Added example of granting Account Admin role with
databricks_service_principal_roleresource (#4807) - Added more examples for
databricks_connection(#4810)
Exporter
- Fix crash when importing model serving endpoint (#4806)
- Added
- v1.83.012 Jun 2025
Release notes2 sources agree
Open source →New Features and Improvements
- Support for
uc_securableresource indatabricks_app(#4767) - Add
schema_idto the output ofdatabricks_schemaresource (#4773). - Bump the Go SDK to v0.72.0 (#4777).
Documentation
- auto
zone_idcan only be used for fleet node types indatabricks_instance_poolresource (#4782).
- Support for
- v1.82.04 Jun 2025
Release notes2 sources agree
Open source →New Features and Improvements
- Add
workspace_consumeentitlement #4762. - Support configuration of file events in
databricks_external_location#4749. - Improve support for new fields in
databricks_pipeline#4744.
Bug Fixes
- Populate
partitionswhen readingdatabricks_sql_table(#4674). - Fail when creating
databricks_queryanddatabricks_alertwith already existing names #4697.
Documentation
- Improve the landing page documentation to prioritize preferred authentication methods and provide better guidance on how to configure the
hostargument. - Mark GKE-related fields for
databricks_mws_workspacesanddatabricks_mws_networksas deprecated(#4752).
- Add
- v1.81.2-0.20250529065933-e2fad79c230f29 May 2025pre-release
Nothing published for this version
- v1.81.123 May 2025
Release notes2 sources agree
Open source →Bug Fixes
- Support updating
databricks_clusterto Auto AZ #4743.
- Support updating
- v1.81.022 May 2025
Release notes2 sources agree
Open source →Breaking Changes
- Removed
access_pointargument fordatabricks_external_locationresource #4735
New Features and Improvements
- Allow to specify budget policy for
databricks_vector_search_endpoint#4707 - Added
account_network_policyresource and data sources #4735 - Added
recipient_federation_policyresource and data sources #4735 - Added
workspace_network_optionresource and data sources #4735
Bug Fixes
- Don't fail delete when
databricks_system_schemacan be disabled only by Databricks #4727 - Fix debug logging for attributes used to configure the provider (#4728).
- Add missing external Id in trust relationship for
databricks_aws_unity_catalog_assume_role_policy(#4738).
Documentation
- Fix links to Delta Live Tables docs #4732
- Replaced
managed_policy_arnswithaws_iam_role_policy_attachmentin AWS guides (#4737).
Internal Changes
- Bump Go SDK to v0.70.0 #4735
- Removed
- v1.80.019 May 2025
Release notes2 sources agree
Open source →New Features and Improvements
- Add
resource_model_serving_provisioned_throughputfor creation of model serving provisioned throughput endpoints #4701 - Replace DBFS with Unity Catalog resources in index page storage section #4718
Bug Fixes
- Support updating all attributes for
databricks_model_serving(#4575). - Fix reading of
external_idfordatabricks_service_principal#4712
Documentation
- Added documentation for GITHUB OIDC authentication type [#4717] (https://github.com/databricks/terraform-provider-databricks/pull/4717)
Exporter
- Generate correct code for Databricks and Azure-managed service principals #4715
- Add
- v1.79.114 May 2025
Release notes2 sources agree
Open source →Bug Fixes
- Use latest etag for
access_control_rule_set4622
Documentation
- Explicitly mention SCIM ID in
databricks_group_memberdocs #4709
- Use latest etag for
- v1.79.013 May 2025
Release notes2 sources agree
Open source →Internal Changes
- Fixed documentation for budget_policy until it's fixed in proto #4708
- v1.78.013 May 2025
Release notes2 sources agree
Open source →New Features and Improvements
- Faster and more reliable schema deletion. It now uses schemas/delete call with force=true flag instead of manually listing and deleting all resources. #4705
Bug Fixes
- Fix validation of S3 bucket name in
databricks_aws_unity_catalog_policyanddatabricks_aws_bucket_policy#4691 - Fix use of
forceoption for service principals indatabricks_git_credential#4704
Documentation
- Fix import documentation for all resources (#4699).
- v1.77.1-0.20250509075445-1982317e41709 May 2025pre-release
Nothing published for this version
- v1.77.08 May 2025
Release notes2 sources agree
Open source →New Features and Improvements
- Add
databricks_disable_legacy_features_settingaccount-level resource (#4676) - Update Databricks SDK to v0.68.0 (#4694).
Documentation
- Document minimum required Terraform version as 1.1.5 (#4683).
- Add
- v1.76.01 May 2025
Release notes2 sources agree
Open source →New Features and Improvements
- Bump the Go SDK to v0.66.0 (#4682).
Bug Fixes
- Fix automatic cluster creation for
databricks_sql_permissions(#4141)
Documentation
- Unify/reorganize notes in docs for resources/data sources (#4657)
- v1.75.024 Apr 2025
Release notes2 sources agree
Open source →New Features and Improvements
- Add support for
power_bi_taskin jobs (#4647) - Add support for
dashboard_taskin jobs (#4646) - Add
compute_modetodatabricks_mws_workspacesto support creating serverless workspaces (#4670). - Make
spark_versionoptional in the context of jobs such that a cluster policy can provide a default value (#4643)
Documentation
- Document
performance_targetindatabricks_job(#4651) - Add more examples for
databricks_model_serving(#4658) - Document
on_streaming_backlog_exceededin email/webhook notifications indatabricks_job(#4660) - Refresh
spark_python_taskoption indatabricks_job(#4666)
Exporter
- Emit files installed with
%pip installin Python notebooks (#4664) - Correctly handle account-level identities when generating the code (#4650)
- Add export of dashboard tasks in
datarbicks_job(#4665) - Add export of PowerBI tasks in
datarbicks_job(#4668) - Add
Ignoreimplementation fordatabricks_grantsto fix issue with wrongly generated dependencies (#4650) - Improve handling of
ownerfor UC resources (#4669)
- Add support for
- v1.74.1-0.20250418181040-e98eee711c3a18 Apr 2025pre-release
Nothing published for this version
- v1.74.016 Apr 2025
Release notes2 sources agree
Open source →Bug Fixes
- Bug fixed in
databricks_mws_workspacesresource due to migration of resource to Go SDK
- Bug fixed in
- v1.73.010 Apr 2025
Release notes2 sources agree
Open source →New Features and Improvements
- Add a new settings resource
databricks_disable_legacy_dbfs_setting(#4605) - Support for
lifetimeattribute indatabricks_service_principal_secretresource (#4633). - Mark
databricks_sql_dashaboardas deprecated (#4641)
Bug Fixes
- Increase the default HTTP timeout to 65 seconds.
Documentation
- Document
user_api_scopesindatabricks_appresource and data sources (#4614) - Document new fields in
databricks_model_servingresource (#4615)
Exporter
- Add export of
databricks_mws_network_connectivity_configanddatabricks_mws_ncc_private_endpoint_rule(#4613)
Internal Changes
- Add a new settings resource
- v1.72.07 Apr 2025
Release notes2 sources agree
Open source →New Features and Improvements
- Add
databricks_disable_legacy_access_settingresource to disable legacy access methods (#4578). - Customize and document
event_logblock indatabricks_pipeline(#4612) - Add automatic clustering support for
databricks_sql_table(#4607)
Bug Fixes
- Fix
databricks_workspace_bindingfor existing resources usingexternal-locationorstorage-credentialsecurable types (#4611). - Suppress diff in
databricks_mlflow_experimentname (#4606)
Documentation
- Add import instructions for
databricks_shareanddatabricks_recipient(#4608)
- Add
- v1.71.01 Apr 2025
Release notes2 sources agree
Open source →New Features and Improvements
- Mark GKE-related fields for
databricks_mws_workspacesanddatabricks_mws_networksas deprecated(#4531). - Add support for
CAN_VIEWpermission level indatabricks_permissions, which can be assigned todatabricks_sql_endpoint(#4464). - Add support for
aws-us-gov-dod(AWS Govcloud DoD shard) (#4594)
Bug Fixes
- Recreate
databricks_access_control_rule_setwhen thenamechanges (#4572). - Avoid timeouts during
databricks_mountstate refresh and creation (#4590).
Documentation
- Improve documentation for
databricks_access_control_rule_set(#4580). - Correct
first_on_demanddocumentation foraws_attributesindatabricks_cluster. - Added file events permissions to GCP external location documentation. (#4415).
- Improve description of
metricfield indatabricks_jobresource #4595
Exporter
- Add support for special selectors in
-listingand-services#4573 - Fix incorrect reference to model serving endpoint #4588
- Allow the selective export of
databricks_mws_permission_assignment, and change its service name toidfedinstead ofaccess(#4571) - Fix panic caused by incorrect values in the cluster policies (#4585)
Internal Changes
- Bump Go SDK version to 0.61.0 (#4602)
- Mark GKE-related fields for
- v1.70.012 Mar 2025
Release notes2 sources agree
Open source →Bug Fixes
- Fix creation of
databricks_storage_credentialanddatabricks_credentialresources on GCP with isolation mode (#4563) - Handle auto-enabled errors with
databricks_system_schema#4547 - Skip Read after Create in
databricks_secret_aclto avoid errors(#4548).
Documentation
- Document
amazon_bedrock_config.instance_profile_arnindatabricks_model_serving(#4549) - Document management of permissions of
databricks_budget_policyresource (#4561) - Document
budget_policy_idindatabricks_appresource and data sources (#4557) - Add a note on how
databricks_grantswork withMANAGEpermission #4546
- Fix creation of
- v1.69.04 Mar 2025
Release notes2 sources agree
Open source →Documentation
- Added budget_policy resource and data source documentation
Internal Changes
- Bump Go SDK version to 0.59.0 (#4544)
- v1.68.027 Feb 2025
Release notes2 sources agree
Open source →Documentation
- Update
vector_search_indexresource documentation (#4534).
- Update
- v1.67.026 Feb 2025
Release notes2 sources agree
Open source →New Features and Improvements
- Add support for cluster logs delivery to UC Volumes (#4492).
- Expose more attributes for
databricks_connectionresource (#4502). - Add
databricks_dashboardsresource (#4521)
Bug Fixes
- Populate
partitionswhen readingdatabricks_sql_table(#4486). - Fix configuration drift when configuring
databricks_connectionto builtin Hive Metastore (#4505). - Only allow
authorized_pathsto be updated in theoptionsfield ofdatabricks_catalog(#4517). - Mark
default_catalog_nameattribute indatabricks_metastore_assignmentas deprecated (#4522) - Delete
databricks_sql_endpointthat failed to start (#4520) - Fix filling of missing attributes in
databricks_quality_monitor(#4519).
Documentation
- Update
databricks_clusteranddatabricks_clustersdata source documentation (#4506).
Exporter
- Explicitly abort execution via
panicif list of users can't be fetched (#4500). - Fix matching on
workspace_pathand refactoring (#4504).
Internal Changes
- Bump golang version to 1.24.0 (#4508).
- v1.66.1-0.20250213150222-73c6ff02ab6713 Feb 2025pre-release
Nothing published for this version
- v1.66.013 Feb 2025
Release notes2 sources agree
Open source →New Features and Improvements
- Add multipart permissions to
databricks_aws_unity_catalog_policydata source (#4440).
Bug Fixes
-
Fixed an issue where reordering objects in a (pluginfw) Share wouldn’t update properly unless other changes were made (#4481).
-
Suppress
options.pem_private_key_expiration_epoch_secattribute for databricks_connection (#4474).
Documentation
- Add an example for Databricks Apps permissions (#4475).
- Add explanation of timeouts to the troubleshooting guide (#4482).
- Clarify that
databricks_tokenanddatabricks_obo_tokencould be used only with workspace-level provider (#4480).
Exporter
- Refactor UC, SQL and SCIM objects into separate files (#4477).
Internal Changes
- Remove incorrectly working integration test
TestAccLibraryUpdateTransitionFromPluginFw(#4487).
- Add multipart permissions to
- v1.65.15 Feb 2025
Release notes2 sources agree
Open source →Bug Fixes
- Do not send
run_aswhen updatingdatabricks_pipelineresource if no change is planned.
- Do not send
- v1.65.04 Feb 2025
Release notes2 sources agree
Open source →New Features and Improvements
- Add resources for AI/BI Dashboards embedding settings:
databricks_aibi_dashboard_embedding_access_policy_settinganddatabricks_aibi_dashboard_embedding_approved_domains_setting(#4213). - Update Databricks Go SDK to v0.57.0.
Bug Fixes
-
Make removing the
configattribute ofdatabricks_model_servinga no-op (#4446).This change allows integrations, such as DABs, to manage & update the configuration of a model serving endpoint independently of the lifecycle of the endpoint itself.
-
Correctly handle PAT and OBO tokens without expiration (#4444).
-
Mark
task.spark_jar_task.run_as_replascomputedto fix configuration drift (#4452). -
Recreate
databricks_external_locationwhen its name changes (#4467).
Documentation
- Fix attribute name in
databricks_instance_profileexamples (#4426). - Remove mention that databricks_credential is storage-only on GCP (#4460).
- Officially document
databricks_tableas deprecated. Users of this resource should migrate todatabricks_sql_table. See https://registry.terraform.io/providers/databricks/databricks/latest/docs/resources/sql_table for more information. - Improve examples and fix headers layout for
databricks_job(#4455).
Internal Changes
- Refactored existing integration tests from the
internal/acceptancepackage to the package corresponding to the resource under test. SeeCONTRIBUTING.mdfor more information on how to run the tests.
- Add resources for AI/BI Dashboards embedding settings:
- v1.64.128 Jan 2025
Release notes2 sources agree
Open source →Documentation
- Fix attribute name in
databricks_instance_profileexamples (#4426).
Exporter
- Additional tuning of references in databricks_job (#4434)
Internal Changes
- Started to use the new release framework for releases of the Terraform provider.
- Fix attribute name in
- v1.64.027 Jan 2025
Release notes2 sources agree
Open source →New Features and Improvements
- Add
no_computeattribute todatabricks_app(#4364). - Skip calling Read after Create/Update operations for
databricks_notebook(#4173). - Updated AWS UC storage credential to include permissions for file events (#4406).
Bug Fixes
- Recreate
databricks_tokenif it's not found or expired (#4431). - Handle empty response properly in
databricks_mws_workspacesdata source (#4414). - Recreate
databricks_obo_tokenif it's removed or expired (#4428).
Documentation
- Added Queue Data Contributor role to Azure terraform docs (#4412).
- Replaced references to data security mode with access mode (#4408).
Internal Changes
- Account for historical release headers when filtering on past changelog sections (#4409).
- Introduce automated tagging (#4366).
- Remove .extraheader config (#4405).
- Remove tag signing in tagging.py script (#4407).
- Set runs-on to use our internal runners (#4403).
Dependency Updates
- Bump Databricks Go SDK to v0.56.1 (#4430).
- Bump github.com/hashicorp/terraform-plugin-go from 0.25.0 to 0.26.0 (#4429).
- Bump github.com/hashicorp/terraform-plugin-mux from 0.17.0 to 0.18.0 (#4432).
- Bump github.com/zclconf/go-cty from 1.16.1 to 1.16.2 (#4423).
Exporter
- Add
- v1.63.1-0.20250116150445-2ceab922096f16 Jan 2025pre-release
Nothing published for this version
- v1.63.016 Jan 2025
Release notes2 sources agree
Open source →New Features and Improvements
- Add
fallbacktodatabricks_external_location(#4372).
Bug Fixes
- Send only what is required in Update of
databricks_credential(#4349).
Documentation
- Add
MANAGEprivilege to the relevant UC resources (#4371). - Add a note about schema evolution and
databricks_sql_table(#4352). - Add description of
clean_rooms_notebook_taskindatabricks_job(#4368). - Add docs for cluster attributes for clusters assigned to groups (#4359).
- Add note about use of
azurerm_databricksfor enhanced security settings (#4393). - Clarify views sharing in
databricks_share(#4378). - Document job edit_mode (#4354).
Internal Changes
- Auto generated customizable schemas (#4356).
- Disable
terraform fmtin exporter to workaround build issues (#4394). - Fixed redundant optional owners in share resource and bumped Go SDK (#4396).
- Load auto-generated resources and data sources (#4367).
- Migrate workflows that need write access to use hosted runners (#4377).
- Remove TF annotations on TFSDK models (#4383).
- Restart Cluster before Library Installation (#4384).
Dependency Updates
- Bump github.com/zclconf/go-cty from 1.15.1 to 1.16.0 (#4374).
- Bump github.com/zclconf/go-cty from 1.16.0 to 1.16.1 (#4397).
Exporter
- Add
- v1.62.130 Dec 2024
Release notes2 sources agree
Open source →Bug Fixes
- Reflect backend updates in state for databricks_app (#4337).
Documentation
Internal Changes
- v1.62.018 Dec 2024
Release notes2 sources agree
Open source →New Features and Improvements
- Allow to use GCP SA in
databricks_credential(storage only) (#4302).
Bug Fixes
- Bump Golang x/crypto to 0.31 (#4319).
Internal Changes
Dependency Updates
- Bump github.com/hashicorp/terraform-plugin-framework-validators from 0.15.0 to 0.16.0 (#4320).
Exporter
- Allow to use GCP SA in
- v1.61.012 Dec 2024
Release notes2 sources agree
Open source →New Features and Improvements
- Add
databricks_appresource and data source (#4099).
Documentation
- Add a warning that attribute should be used in
databricks_permissionsfordatabricks_vector_search_endpoint(#4312).
Internal Changes
- Added TF Plugin Framework checkbox item to PR template and removed checkbox for integration tests passing (#4227).
- Expose several integration test helpers for use in plugin framework integration tests (#4310).
- Fix ReadOnly() for ListNestedAttribute and Validators for ListNestedBlock (#4313).
- Panic if the provided path is invalid (#4309).
- Simplify
databricks_storage_credentialcode (#4301). - Use Attributes by default for List Objects (#4315).
- Use Plugin Framework types internally in generated TF SDK structures (#4291).
- Add
- v1.60.1-0.20241210171750-b1f08472fac510 Dec 2024pre-release
Nothing published for this version
- v1.60.010 Dec 2024
Release notes2 sources agree
Open source →New Features and Improvements
- Add
databricks_credentialresource (#4219). - Allow to filter jobs by name in
databricks_jobsdata source (#3395).
Bug Fixes
- Add client side validation for
volume_type(#4289). - Forced send
auto_stop_minsfordatabricks_sql_endpointresource (#4265). - Handle deleted cluster gracefully (#4280).
- Remove config drift if Azure SP is used in
databricks_credential(#4294). - Use correct domain for Azure Gov and China (#4274).
- don't start cluster if
warehouse_idis specified fordatabricks_sql_tableresource (#4259).
Documentation
- Document import support for
databricks_notification_destination(#4276). - Update documentation for importing some MWS resources (#4281).
- Update mws_log_delivery.md to add time_sleep (#4258).
- Add missing H2 header in
mws_network_connectivity_configs.mdand optimization indata_mws_network_connectivity_configs(#4256).
Internal Changes
- Add ConvertToAttribute() to convert blocks in a resource/data source schema to attributes (#4284).
- Bump Go SDK and generate TF structs (#4300).
- Generate effective fields based of isServiceProposedIfEmpty (#4282).
- Ignore Databricks Go SDK updates by dependabot (#4253).
- Move TFSDK model template to universe (#4303).
- Remove unused configuration from blocks (#4283).
- Use isServiceProposedIfEmpty annotations for effective fields (#4270).
- Use tf_v1 genkit mode (#4278).
Dependency Updates
- Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#4269).
- Bump github.com/zclconf/go-cty from 1.15.0 to 1.15.1 (#4273).
Exporter
- Add
- v1.59.1-0.20241205153038-2f4b570479c65 Dec 2024pre-release
Nothing published for this version
- v1.59.1-0.20241121115620-e587a02a7a1721 Nov 2024pre-release
Nothing published for this version