terraform-databricks-examples
terraform-databricks-examples copied to clipboard
Examples of using Terraform to deploy Databricks resources
I tried multiple times and getting below error. │ ----[start]---- │ {"status":"Failed","error":{"code":"ConcurrentUpdateError","message":"Call to Microsoft.Databricks/workspaces failed. Error message: Workspace update could not be completed because it has been updated by another...
Dears, I have seen it is possible to configure private endpoints for DBFS storage using Azure ARM templates, so I assume it can be done via terraform also to make...
There few aws examples which are using internal modules. using #212 and #178 - aws-databricks-flat - aws-databricks-modular-privatelink - aws-workspace-config Update them to use aws modules and make it as standard
Some aws examples are using common modules. Update these to use the new common modules based on #212 and #178 - aws-workspace-basic - aws-workspace-with-firewall - aws-exfiltration-protection - aws-workspace-uc-simple Update the...
There are some aws modules which are similar. Modules should be unique. This issue is to analyze and standardize was modules and update the dependent was examples to use the...
As per [January 2025 release notes](https://learn.microsoft.com/en-us/azure/databricks/release-notes/product/2025/january#additional-ports-for-azure-databricks): > Network security groups now require ports 3306 and 8443-8451 for outbound access to Azure Databricks services from your vnet injection enabled workspaces. See...
There are couple of examples in other repos but nothing in this one, having something similar for GCP would be valuable. Here is one example which could be further extended...
My reasoning: - This is a standard workspace deployment from the Databricks point of view with an addition of a single notebook with short config is used to configure the...
Redash-based dashboards are deprecated and replaced with LakeView dashboards. So we may need to either completely remove that module (and example) or port it to the `databricks_dashboard`
As we're getting more system tables, we may not need Overwatch-related modules.