Hello everyone!
Over the last few weeks my company has been trying to deploy a Databricks workspace on AWS adapted to the customer's needs, using Terraform. To do this, we started from a base code on Databricks own github (https://github.com/databricks/terraform-databricks-examples/tree/main/examples/aws-workspace-uc-simp...
, but we're facing some bugs after deployment.
Terraform's been reporting some similar issues for two types of resources, the clusters and the databricks_metastore. The error follows:
It's always reporting "Cannot read the resource" and "Unsupported Protocol Scheme". Is this bug known? Do you have a common solution?
My suspicion is that the problem is in the distinction between the providers that the Databricks template code makes, creating two databricks providers.