terraform-provider-databricks
terraform-provider-databricks copied to clipboard
Databricks Terraform Provider
Hi there, Thank you for opening an issue. Please note that we try to keep the Databricks Provider issue tracker reserved for bug reports and feature requests. For general usage...
To make Databricks Terraform Provider generally available, we've moved it from [https://github.com/databrickslabs](https://github.com/databrickslabs) to [https://github.com/databricks](https://github.com/databricks). We've worked closely with the Terraform Registry team at Hashicorp to ensure a smooth migration. Existing...
### Use-cases Name-to-id map of all `databricks_mws_credentials` in given account
Follow-up work for #1460 - add integration tests for these data sources
Hi there! Similarly to https://github.com/databrickslabs/terraform-provider-databricks/issues/1270 , it is currently impossible to retrieve data about DataBricks Jobs other than merely the id I propose a new data source which will provide...
Hi there, Thank you for opening an issue. Please note that we try to keep the Databricks Provider issue tracker reserved for bug reports and feature requests. For general usage...
[ISSUE] non-admin account: destroying a cluster with `access_control` leaves it in a broken state
Hi there, We are in a situation where a different team creates and grands our developers access to a Azure Databricks instance. Due to compliance reasons our team is not...
Migrate to paginated job list 2.1 API in `databricks_jobs` data resource to skip the limit of number of jobs in the workspace. ### References * https://github.com/databricks/terraform-provider-databricks/blob/master/jobs/data_jobs_test.go#L12-L31 * https://github.com/databricks/terraform-provider-databricks/blob/master/jobs/data_jobs.go#L16-L31 * https://github.com/databricks/terraform-provider-databricks/blob/master/jobs/resource_job.go#L277-L281
We are successfully creating the following configuration in Azure, but afterwards we can't remove created cluster. ### Configuration ```hcl > main.tf terraform { required_providers { azurerm = { source =...
Retry the create/update operation for storage credentials if the error indicates that we may have to allow more time for IAM propagation. The timeout of 2 minutes could be further...