databricks / terraform-provider-databricks

Databricks Terraform Provider
https://registry.terraform.io/providers/databricks/databricks/latest
Other
456 stars 393 forks source link

[ISSUE] Issue with `databricks_XXX` resource #4174

Closed ofirmac closed 3 weeks ago

ofirmac commented 3 weeks ago

Since today, I'm experiencing the following error when trying to install the databrickslabs/databricks provider:

╷
│ Error: Failed to install provider
│ 
│ Error while installing databrickslabs/databricks v1.5.0: checksum list has no SHA-256 hash for
│ "https://github.com/databricks/terraform-provider-databricks/releases/download/v1.5.0/terraform-provider-databricks_1.5.0_darwin_arm64.zip"
╵

This issue prevents me from working with any Databricks module in Terraform.

Steps Tried:

  1. Specifying a newer version in my provider block.
  2. Running terraform init -upgrade to refresh provider configurations.

Environment:

I would appreciate any guidance or a workaround to resolve this issue.

Thank you!

nkvuong commented 3 weeks ago

You are specifying the provider as databrickslabs/databricks - we are now using the databricks namespace. More details in the doc