v0.3.6
- Added support for hybrid pools (#689)
- Added support for
always_runningjobs, which are restarted on resource updates (#715) - Azure CLI auth is now forcing JSON output (#717)
databricks_permissionsare getting validation onterraform planstage (#706)- Added
databricks_directoryresource (#690) - Added
run_as_rolefield todatabricks_sql_query(#684) - Added
user_idattribute fordatabricks_userdata resource, so that it's possible to dynamically create resources based on members of the group (#714) - Added more selectors to
databricks_node_typedata 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_spntotrue(#721) deployment_namefordatabricks_mws_workspacesis 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_photonis nowtrueby 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