-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
[New Resource:] azurerm_databricks_workspace_root_dbfs_customer_managed_key
- deprecate azurerm_databricks_workspace_customer_managed_key
#22579
Conversation
azurerm_databricks_workspace_customer_managed_key
- Remove import check for Root DBFS
keyazurerm_databricks_workspace_root_dbfs_customer_managed_key
- deprecate azurerm_databricks_workspace_customer_managed_key
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🌵
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions. |
In the updated
2023-02-01
version of the Databricks API the field this resource controls/wraps has been re-purposed to manage theroot DBFS
encryption key.Given the above mentioned changes in the API, this PR will deprecate the old Databricks CMK resource in favor of the same resource but being renamed to bring its naming more into alignment with it's intended purpose. (e.g., managing the
Root DBFS
CMK encryption key).(fixes: #22394)