cancel
Showing results for 
Search instead for 
Did you mean: 
Administration & Architecture
cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to read resources - Unsupported Protocol Scheme (Terraform AWS)

gabo2023
New Contributor III

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:

image.png

 

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.

image (1).png

 

1 REPLY 1

gabo2023
New Contributor III

unnamed.png