I got the authorization error when tried to create a catalog: "Cannot create catalog: User not authorized". This is the definition of Terraform Databricks provider for workspace:
provider "databricks" { host = module.databricks.dbx_workspace_url auth_type = "azure-cli" }
When I omit auth_type = "azure-cli" and leave just host, the result is the same.
Any opinion on this?
I've tried to use the Databricks token after creating Workspace, but in my solution, Workspace and Unity Catalog should be created in the same apply.