terraform-provider-databricks icon indicating copy to clipboard operation
terraform-provider-databricks copied to clipboard

[ISSUE] Issue with `databricks_mws_ncc_binding` resource. cannot create mws ncc binding: unexpected error handling request: invalid character '<' looking for beginning of value

Open krupakar1329 opened this issue 6 months ago • 17 comments

Configuration

 resource "databricks_mws_ncc_binding" "ncc_binding" {
      + id                             = (known after apply)
      + network_connectivity_config_id = "xxxx"
      + workspace_id                   = xxx
    }

Expected Behavior

Actual Behavior

Error: cannot create mws ncc binding: unexpected error handling request: invalid character '<' looking for beginning of value. This is likely a bug in the Databricks SDK for Go or the underlying REST API. Please report this issue with the following debugging information to the SDK issue tracker at https://github.com/databricks/databricks-sdk-go/issues. Request log: < HTTP/2.0 200 OK │ < * Cache-Control: no-cache, no-store, must-revalidate │ < * Content-Type: text/html; charset=utf-8 │ < * Date: Thu, 22 Aug 2024 10:13:24 GMT │ < * Server: databricks │ < * Set-Cookie: enable-armeria-server-for-ui-flags=false; Max-Age=1800; Expires=Thu, 22 Aug 2024 10:43:24 GMT; Secure; HTTPOnly; SameSite=Strictenable-armeria-workspace-server-for-ui-flags=false; Max-Age=1800; Expires=Thu, 22 Aug 2024 10:43:24 GMT; Secure; HTTPOnly; SameSite=Strict │ < * Strict-Transport-Security: max-age=31536000; includeSubDomains; preload │ < * X-Content-Type-Options: nosniff │ < * X-Request-Id: a01459dc-ae93-4ff4-8382-432b7c469949 │ < * X-Ui-Svc: true │ < <!doctype html> │ < │ <

│ < │ < │ < │ < │ < Databricks - Sign in │ < │ < │ < │ < │ < │ < │ < │ < │ < │ < │ < │ < │ < │ <
│ < │ < │ <

Steps to Reproduce

Terraform and provider versions

1.50.0

Is it a regression?

Debug Output

Important Factoids

Would you like to implement a fix?

krupakar1329 avatar Aug 22 '24 10:08 krupakar1329