-
Notifications
You must be signed in to change notification settings - Fork 398
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Fix] Fix crash when destroying `databricks_compliance_security_profi…
…le_workspace_setting` The `databricks_compliance_security_profile_workspace_setting` didn't have a `deleteFunc` defined and this lead to the crash when destroying the resource. This PR fixes this issue in two places: 1. Adding explicit `deleteFunc` that will just print warning into the log 1. Checking that `deleteFunc` is not null in `workspaceSetting` and `accountSetting` implementations to avoid similar problems in the future. Fixes #3675
- Loading branch information
Showing
4 changed files
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters