You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A databricks_recipient object is created in the source Databricks workspace that is linked to the provider = databricks.workspace
A databricks provider object is created in the recipient Databricks workspace
At some time later the databricks provider object is removed from the recipient Databricks workspace.
I would expect it to be recreated by a subsequent run in the source Databricks workspace (as that is where it was initially created, and tracked in state here)
Actual Behavior
The databricks provider object is not recreated. It is only recreated if the databricks_recipient object is removed and recreated.
Remove the created Provider object. Rerun terraform.
Terraform and provider versions
source = "databricks/databricks"
version = "1.41.0"
Would you like to implement a fix?
Happy to help if I can, I wonder if the fix would be either to track the provider object as its own TF object, or attempt to monitor for the existence of the provider object when the source Databricks workspace is refreshed.
The text was updated successfully, but these errors were encountered:
Configuration
Expected Behavior
A
databricks_recipient
object is created in the source Databricks workspace that is linked to theprovider = databricks.workspace
A databricks provider object is created in the recipient Databricks workspace
At some time later the databricks provider object is removed from the recipient Databricks workspace.
I would expect it to be recreated by a subsequent run in the source Databricks workspace (as that is where it was initially created, and tracked in state here)
Actual Behavior
The databricks provider object is not recreated. It is only recreated if the
databricks_recipient
object is removed and recreated.Steps to Reproduce
Deploy
Remove the created Provider object. Rerun terraform.
Terraform and provider versions
Would you like to implement a fix?
Happy to help if I can, I wonder if the fix would be either to track the provider object as its own TF object, or attempt to monitor for the existence of the provider object when the source Databricks workspace is refreshed.
The text was updated successfully, but these errors were encountered: