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