Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Fix] Fix crash when destroying databricks_compliance_security_profile_workspace_setting #3883

Merged
merged 1 commit into from
Aug 13, 2024

Commits on Aug 12, 2024

  1. [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
    alexott committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    c6334bf View commit details
    Browse the repository at this point in the history