databricks / terraform-databricks-examples

Examples of using Terraform to deploy Databricks resources
https://registry.terraform.io/modules/databricks/examples/databricks/latest
Other
187 stars 116 forks source link

Add Azure Databricks examples #14

Closed hwang-db closed 1 year ago

hwang-db commented 1 year ago

This is the first PR to migrate additional examples into this repo, including:

  1. adb-exfiltration-protection
  2. adb-external-hive-metastore
  3. adb-private-links
  4. adb-with-squid-proxy
  5. adb-splunk
  6. adb-git-proxy
  7. adb-uc (with automation on account admin + spn set up etc) With documentation in each subfolder.
hwang-db commented 1 year ago

Thanks @alexott I've updated .gitignore and removed states files. For the modules I will work on them to make some reusable modules in follow up PRs; there are also some examples that might not need a module and remain as an individual example itself.