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

We are getting the following error wile we try to create databricks storage credentials --------------- Error: Unsupported argument on main.tf line 3, in resource "databricks_storage_credential" "storage_credential": 3: azure_managed_identity = {...

### Configuration ```hcl # Copy-paste your Terraform configuration here ``` data "databricks_node_type" "g4dn_xlarge"{ category = "GPU Accelerated" min_memory_gb = "16" min_cores="4" min_gpus = "1" } data "databricks_spark_version" "runtime_11_0_ml" { ml=true...

Just wondering if setting the zone_id value to "auto" to enable the automatic availability zone selection feature has been implemented? Databricks API docs here [here ](https://docs.databricks.com/dev-tools/api/latest/clusters.html#clusterawsattributes) OR if set zone_id...

### Use-cases After creating temporary users on the workspace, we need to give them ability to experiment within their home folders. Once the experiment is done, we want to remove...

feature
hacktoberfest

### Configuration ```hcl resource "databricks_instance_pool" "driver" { instance_pool_name = "driver-pool" min_idle_instances = 0 max_capacity = 100 node_type_id = var.adb_cluster_driver_pool_tier idle_instance_autotermination_minutes = 60 azure_attributes { availability = "ON_DEMAND_AZURE" } } ```...

bug

For resources such as `databricks_groups`, for example, group and member listing can time out because of the sheer number of attributes that they enumerate. Multiple calls to these endpoints may...

feature

### Configuration Terraform v0.13.7 ```hcl terraform { required_providers { databricks = { source = "databricks/databricks" version = "~> 1.2.1" } } } provider databricks { alias = "workspace" } provider...

insufficient details

HI Team, when we are executing terraform modules to deploy workspace, we are seeing below issue Error: cannot create mws storage configurations: INVALID_STATE: Storage configuration limit exceeded, only 50 storage...

invalid