v0.5.3
- Failures in exporter resource listing no longer halt the entire command run (#1166).
- Removed client-side validation in
databricks_service_principalforapplication_id, that may not always be available in the planning stage (#1165). - Use correct HTTP verb for modifying
databricks_permissionsondatabricks_sql_endpointentities. Authorized user, assumingly part ofadminsgroup, is no longer sendingCAN_MANAGEpermission in the HTTP PUT request (#1163). - Added diff suppression for
min_num_clustersfield indatabricks_sql_endpoint(#1172). - Added special case for handling
Cannot access cluster that was terminated or unpinned more than 30 days agoerror indatabricks_clusteras an indication of resource removed on the platform side (#1177). - Fixed updating of
databricks_tableresources (#1175). - Fixed configuration drift in
databricks_grantby 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