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

### Configuration ```hcl resource "databricks_metastore_assignment" "this" { metastore_id = databricks_metastore.this.id workspace_id = var.workspace_id } ``` ### Expected Behavior Import should work. ``` terraform import databricks_metastore_assignment.this /12345678 ``` ### Actual Behavior...

feature

Hi there, I love the new Repos in the Databricks Workspace. However our ambition is to have it automated. So if one merges and PR to the MAIN branch, we...

feature
needs-api

Whenever special environment variable is set, log API calls into a more readable file. Also, need to log query string as well: https://github.com/databrickslabs/terraform-provider-databricks/blob/master/common/http.go#L485-L487

feature

* Return `mountRemoteInfo` from MountPoint#Mount * Change signature of MountPoint#Source - expect `Mount`/`Client` as arguments, return `mountRemoteInfo` instead of mount source string * remote acceptance tests for deprecated resources, that...

This PR is aiming at re-creating DBFS file from local resource if modification is detected on remote storage. Current state ![image](https://user-images.githubusercontent.com/259697/126613047-3268e880-d089-4a19-bcb9-a5c479877aca.png)

feature

### Terraform Version Terraform 0.14.6 Databricks provider: any version (v0.3.0 or older) ### Affected Resource(s) Please list the resources as a list, for example: - databricks_secret - databricks_azure_adls_gen2_mount - possibly...

azure
hacktoberfest

Terraform removes manually configured `spark_env_vars` every time any change to a `databricks_cluster` needs to be done even though `spark_env_vars` is not configured/maintained by terraform. Even while trying to use `lifecycle`...

suppress diff
hacktoberfest

Hi can "reuse_key_for_cluster_volumes" be added under "databricks_mws_customer_managed_keys" key_info to bring it in line with the databricks service? Thank you

feature