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

### Use-cases Support `databricks_mws_ncc_private_endpoint_rule` for AWS VPC endpoints. Latest [docs](https://registry.terraform.io/providers/databricks/databricks/latest/docs/resources/mws_ncc_private_endpoint_rule) include a note that "This feature is only available in Azure." ### Attempted Solutions None, this is a manual process...

feature
needs-api

### Expected Behavior Resources created using Terraform should be immediately available for reference and interaction within the same execution plan, without requiring manual delays or external handling. ### Actual Behavior...

## Changes Fixes #4360 ## Tests - [x] `make test` run locally - [ ] relevant change in `docs/` folder - [ ] covered with integration tests in `internal/acceptance` -...

## Changes In https://github.com/databricks/terraform-provider-databricks/commit/27ad78de516e5baf98c64ae92e7815faecc9e153, we modified the default cluster launched by the `databricks_sql_permissions` resource to use a cluster with a worker node. This was done to mitigate an issue where...

### Configuration Setup as per following documentation: https://registry.terraform.io/providers/databricks/databricks/latest/docs/guides/experimental-exporter#example-usage ### Expected Behavior The exported files should have _RANDOM-UUID attached just before the extension of file like: #### Original Names: user_file.csv user.30.2.2008.data.csv...

exporter

## Changes `databricks_job` disables queueing by default so as not to cause a behavior change for existing `databricks_job` instances when upgrading the provider to later versions that support queueing. Before...

[6_Install Terraform Dev.txt](https://github.com/user-attachments/files/17702990/6_Install.Terraform.Dev.txt) [7_terraform init.txt](https://github.com/user-attachments/files/17702992/7_terraform.init.txt) [8_Terraform Plan Dev.txt](https://github.com/user-attachments/files/17702993/8_Terraform.Plan.Dev.txt) [9_Terraform Apply Dev.txt](https://github.com/user-attachments/files/17702994/9_Terraform.Apply.Dev.txt) ### Expected Behavior A repository should be created in databricks ### Actual Behavior This error occurs and the repository...

### Use-cases To able to create `databricks_connection` for Power BI, so that, we can create workflows supporting Power BI task. ### Attempted Solutions ### Proposal ### References [Create a Power...

feature

Hello, I know the topic I bring up in this issue is already documented in other issues, such as https://github.com/databricks/terraform-provider-databricks/issues/2665, but I would like to raise it again as the...

## Changes Updated type check to only compare the first word in the type string. Resolves #4421 ## Tests - [x] `make test` run locally - [ ] relevant change...