terraform-provider-databricks
terraform-provider-databricks copied to clipboard
Use single-node USER_ISOLATION cluster by default when managing `databricks_sql_permissions` resources
Changes
In https://github.com/databricks/terraform-provider-databricks/commit/27ad78de516e5baf98c64ae92e7815faecc9e153, we modified the default cluster launched by the databricks_sql_permissions resource to use a cluster with a worker node. This was done to mitigate an issue where it was no longer possible to create single-node clusters with legacy Table ACLs. Since the start of May, single-node USER_ISOLATION clusters are supported and can be used to manage Table ACLs. This PR changes this resource to use such a cluster going forward.
Tests
Covered by existing integration tests.
If integration tests don't run automatically, an authorized user can run them manually by following the instructions below:
Trigger: go/deco-tests-run/terraform
Inputs:
- PR number: 4778
- Commit SHA:
b54bf010a68eecd82c84decef78617b1cf7836b8
Checks will be approved automatically on success.
Closing in favor of #4813