Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2022 03:01 AM
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