HI All
I am trying to create databricks storage credentials , external location and catalog with terraform.
cloud : Azure
My storage credentials code is working correctly . But the external location code is throwing below error when executing the Terraform apply .
│ Error: cannot create external location: invalid Databricks Workspace configuration
│
│ with module.dbs_external_location.databricks_external_location.int_exl["prod"],
│ on ..\modules\dbs_external_location\exl_main.tf line 1, in resource "databricks_external_location" "int_exl":
│ 1: resource "databricks_external_location" "int_exl" {
can anyone please help me on this