terraform-databricks-examples
terraform-databricks-examples copied to clipboard
Examples of using Terraform to deploy Databricks resources
As we add more modules and do refactoring we need to have integration tests for all modules
Platform SME group published a blog post: https://medium.com/databricks-platform-sme/isolake-a-simplistic-deployment-design-to-an-isolated-databricks-lakehouse-on-aws-c0f98b5bbba0 with the code: https://github.com/JDBraun/isolake it would be useful to incorporate it to the examples
We have deprecated output variables in some adb modules, so we'll need to remove them when cutting a new major release (0.3.0)
Probably being ignorant and blunt here. Is there a point in maintaining all that docs info withing ``? Not that those will make into any long-term documentation. Are there any...
See https://github.com/databricks/terraform-databricks-lakehouse-blueprints/issues/47 for details
closes #178 This PR adds a standard module for all things AWS infra. The objective is to use the base aws infra for developing any databricks examples involving aws. It...
Certain READMEs on AWS examples lead to a private repository resulting with a 404 error. Correct them to point to this repo's links.
We [started to support Service Endpoing Policies](https://learn.microsoft.com/en-us/azure/databricks/security/network/classic/service-endpoints) on Azure Databricks subnets, so it makes sense to extend modules to support it. Example: https://github.com/alexott/terraform-playground/tree/main/adb-sep
Examples refer to the same use case and introduce overlapping. Moreover, one of them is implemented directly in the `examples` directory, and this does not follow the approach used in...