seblatre
seblatre
Hello ! I'm trying to make use of the [Dremio Role API](https://docs.dremio.com/current/reference/api/roles/) with this great restapi provider. I managed perfectly the Create and Delete lifecycle but I cannot make the...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
### Configuration ```hcl terraform { required_providers { databricks = { source = "databricks/databricks" version = "~> 1.56.0" } } } provider "databricks" { alias = "account" host = "https://accounts.azuredatabricks.net" account_id...
[ISSUE] Issue with `databricks_repo` resource: The git_provider azureDevOpsServicesAad is unusable.
### Configuration ```hcl terraform { required_providers { databricks = { source = "databricks/databricks" version = "~> 1.99.0" } } } provider "databricks" { host = "https://adb-0000000000000000.0.azuredatabricks.net" azure_workspace_resource_id = "/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/RG/providers/Microsoft.Databricks/workspaces/ }...