Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2024 01:45 AM
Hello,
On my side, I always have to add the provider in each resource block.
You can try that:
resource "databricks_group" "xxxxx" {
provider = databricks.accounts
display_name = "xxxxx"
}
About authentication, you can also try to add:
auth_type = "azure-cli"