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

### Description I am trying to deploy an sql query which has an query based input parameter. This throwing an unexpected error message, all other parameter types work as intended...

### Configuration ``` resource "databricks_sql_endpoint" "default" { name = "Default" cluster_size = "X-Small" max_num_clusters = 2 auto_stop_mins = 1 enable_photon = true enable_serverless_compute = true warehouse_type = "PRO" provider =...

**### [Action Required] Please Update Your AWS IAM Role Trust Policy** Dear Databricks Customer, We are reaching out to inform you of an upcoming change from AWS that affects the...

aws

### Use-cases When terraforming model serving , I need to tag the resource for invoicing. Tagging is availible in model serving Databricks UI. Current Terraform databricks_model_serving resource does not support...

feature

Hi, we're currently still using the deprecated `always_running` param in the `databricks_job` resource and want to transition to `continuous` & `control_run_state`, but we're experiencing some issues with respect to the...

### Affected Resource(s) https://registry.terraform.io/providers/databricks/databricks/latest/docs/resources/job#argument-reference ### Expected Details Specify the following arguments at "Task" level, rather than "Job" level: min_retry_interval_millis retry_on_timeout max_retries ### List of things to potentially add/remove: This is...

docs

## Changes We need to mark the fields as force_new since they are part of structure. As updating column isn't supported, we mark all the fields as force_new. Relevant code...

## Changes - Add support for `databricks_ip_access_list` at account-level - Refactor `databricks_ip_access_list` tests to use Mock ## Tests - [x] `make test` run locally - [x] relevant change in `docs/`...

### Affected Resource(s) `databricks_service_principal_secret` https://registry.terraform.io/providers/databricks/databricks/latest/docs/resources/service_principal_secret ### Expected Details ![image](https://github.com/databricks/terraform-provider-databricks/assets/1630422/1f47e8d3-aad3-4913-87ae-ce0767e7ac70) When clicking the "Authenticating with service principal" I would expect to be linked to https://registry.terraform.io/providers/databricks/databricks/latest/docs#authenticating-with-service-principal. However, it instead links to https://registry.terraform.io/providers/databricks/databricks/latest/docs/index#authenticating-with-service-principal...

docs

## Changes This adds a new data source to describe a Databricks table, to address the request in https://github.com/databricks/terraform-provider-databricks/issues/3148. I am not particularly familiar with the Databricks Terraform Provider repo,...