krupakar1329
Results
2
issues of
krupakar1329
**Problem Statement** Once the network connectivity configuration (NCC) is updated for a Databricks workspace, there is currently no way to disable or unset this configuration. This limitation can be restrictive...
### Configuration ```hcl resource "databricks_mws_ncc_binding" "ncc_binding" { + id = (known after apply) + network_connectivity_config_id = "xxxx" + workspace_id = xxx } ``` ### Expected Behavior ### Actual Behavior Error:...