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

[Databricks module] Replace deprecated resource for new resource #257

Closed
jdocampo opened this issue Mar 28, 2024 · 0 comments · Fixed by #262
Closed

[Databricks module] Replace deprecated resource for new resource #257

jdocampo opened this issue Mar 28, 2024 · 0 comments · Fixed by #262
Assignees

Comments

@jdocampo
Copy link
Member

As seen in the tests:

│ Warning: Argument is deprecated
│ 
│   with azurerm_databricks_workspace_customer_managed_key.adl_adb_ws_cmk,
│   on databricks.tf line 41, in resource "azurerm_databricks_workspace_customer_managed_key" "adl_adb_ws_cmk":
│   41:   workspace_id     = module.databricks.id
│ 
│ this resource has been deprecated in favour of the
│ `azurerm_databricks_workspace_root_dbfs_customer_managed_key` resource and
│ will be removed from the v4.0 azurerm provider.

The azurerm_databricks_workspace_customer_managed_key resource in the tests should be replaced by azurerm_databricks_workspace_root_dbfs_customer_managed_key

@jdocampo jdocampo self-assigned this Mar 28, 2024
@jdocampo jdocampo linked a pull request Mar 28, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant