Pat
Esteemed Contributor

Hi @Avi Edri​ ,

can you please provide more details, where you are getting this error?

one option is that, you have setup .databrickscfg with the [DEFAULT] profile.

or

maybe you are not using alias while creating resource?

resource "databricks_grants" "this" {
  provider = databricks.workspace
...
}

where this error is thrown exactly?

provider "databricks" looks ok to me