terraform-databricks-examples
terraform-databricks-examples copied to clipboard
Examples of using Terraform to deploy Databricks resources
Use the output of #212 and #178 and update the following examples to use the modules to deploy code - aws-databricks-uc - aws-databricks-uc-bootstrap - aws-remote-backend-infra???(used for state mgmt)
Standardize aws databricks modules into reusable ones across all examples - seperate submodule for workspace set up - seperate for account level infra - seperate for UC level infra
Some examples with `databricks_mws_workspaces` include [deprecated token block argument](https://registry.terraform.io/providers/databricks/databricks/1.87.0/docs/resources/mws_workspaces#token-block-legacy) (e.g. [aws-workspace-basic](https://github.com/databricks/terraform-databricks-examples/blob/ad73212cb674a87d0dba3e62e9a60795220e8956/modules/aws-workspace-basic/workspace.tf#L38)). This causes mayhem, but I am not sure if you want to reimplement or just remove it.
With adoption of Unity Catalog we don't need external hive metastore example anymore
it should describe how contributions could be made, what tools to use, etc.
Add Terraform example for serverless egress control (FQDN allow list for outbound internet traffic)
Request to add a Terraform-based example that demonstrates how to configure serverless egress control in Databricks for outbound internet traffic using an FQDN allow list.