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

### Affected Resource(s) [Instance Pool - Max Capacity](https://registry.terraform.io/providers/databricks/databricks/latest/docs/resources/instance_pool#max_capacity) ### Expected Details Max capacity was changed from being required to optional in PR 256 linked below. If it is not passed...

docs
good first issue

Hi there, ### Configuration ```hcl resource "databricks_sql_query" "user_transaction_history" { data_source_id = data.terraform_remote_state.derp_module_repo.outputs.sql-endpoint-id name = "Extract Transactions" query =

platform bug

Recently, Databricks SQL Endpoints was renamed to SQL Warehouse and hence, all the references to Databricks SQL Endpoints needs to be updated. ### Affected Resource(s) Affected doc pages: https://registry.terraform.io/providers/databricks/databricks/latest/docs https://registry.terraform.io/providers/databricks/databricks/latest/docs/resources/sql_endpoint...

feature

`TestAccSQLEndpoints` and `TestAccSQLEndpoint` failed on nightly test run: ``` "health": { "details": "Details for the latest failure:\n Type: CLIENT_ERROR\n Code: GCP_QUOTA_EXCEEDED\n Cluster-... (227 more bytes)", "failure_reason": { "code": "GCP_QUOTA_EXCEEDED", "parameters":...

bug

Right now it's a bit fragile: ```go if contains([]string{ "aws_iam_role", "azure_service_principal", "azure_managed_identity", }, field) { patch[field] = d.Get(field).([]interface{})[0] continue } ```

please add GCP support to https://github.com/databricks/terraform-provider-databricks/blob/master/docs/resources/mws_networks.md , byo vpc on GCP feature - https://docs.gcp.databricks.com/administration-guide/cloud-configurations/gcp/customer-managed-vpc.html

feature

Please add the enableVerboseAuditLogs option to the workspace_conf resource, so that verbose audit logging can be enabled by Terraform. https://docs.microsoft.com/en-us/azure/databricks/administration-guide/account-settings/azure-diagnostic-logs ### Configuration ```hcl resource "databricks_workspace_conf" "this" { custom_config = {...

docs

By default, databricks stores interactive notebook results that are below a threshold size in the control plane. This is configurable to store the results always in the customer storage account...

docs

Hi there, I found this error while provisioning with provider version `v1.0.0`: ```bash Plan: 2 to add, 0 to change, 0 to destroy. Do you want to perform these actions?...

suppress diff