terraform-provider-databricks icon indicating copy to clipboard operation
terraform-provider-databricks copied to clipboard

Databricks Terraform Provider

Results 561 terraform-provider-databricks issues
Sort by recently updated
recently updated
newest added
trafficstars

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...

feature
cannot reproduce
platform bug

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

feature
good first issue
hacktoberfest

Follow-up work for #1460 - add integration tests for these data sources

feature
good first issue
hacktoberfest

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...

feature
good first issue

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...

feature
good first issue

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...

feature
good first issue

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

feature

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 =...

cannot reproduce

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...