mohi

Results 3 comments of mohi

Same both in TF and cli since this morning ``` # databricks.exe account network-connectivity list-network-connectivity-configurations Error: unexpected error handling request: invalid character '

> > > Same both in TF and cli since this morning > > > ``` > > > # databricks.exe account network-connectivity list-network-connectivity-configurations > > > > > >...

### This **defaultProvisionTimeout** could solve. https://github.com/databricks/terraform-provider-databricks/blob/main/mws/resource_mws_ncc_private_endpoint_rule.go ``` package mws import ( "context" "time" "log" "github.com/databricks/databricks-sdk-go/service/settings" "github.com/databricks/terraform-provider-databricks/common" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" ) const defaultProvisionTimeout = 5 * time.Minute func ResourceMwsNccPrivateEndpointRule() common.Resource { s :=...