terraform-databricks-examples icon indicating copy to clipboard operation
terraform-databricks-examples copied to clipboard

Examples of using Terraform to deploy Databricks resources

Results 71 terraform-databricks-examples issues
Sort by recently updated
recently updated
newest added
trafficstars

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)

aws

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

aws

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.

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.