You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* WIP
* WIP
* WIP
* working sample not documented
* non documented
* terraform no default value
* updated and separated the functions
* terraform with gcp support
* terraform with gcp support
* corrected path
* refactored
* formatting
* outputs to separate file
* outputs to separate file
* added gcp on new branch
* restructuring example folder, adjusting links in the README
| Azure |[adb-with-private-link-standard](examples/adb-with-private-link-standard/)| Provisioning Databricks on Azure with Private Link - [Standard deployment](https://learn.microsoft.com/en-us/azure/databricks/administration-guide/cloud-configurations/azure/private-link-standard)|
35
36
| Azure |[adb-vnet-injection](examples/adb-vnet-injection/)| A basic example of VNet injected Azure Databricks workspace |
36
37
| Azure |[adb-exfiltration-protection](examples/adb-exfiltration-protection/)| A sample implementation of [Data Exfiltration Protection](https://www.databricks.com/blog/2020/03/27/data-exfiltration-protection-with-azure-databricks.html)|
37
38
| Azure |[adb-external-hive-metastore](examples/adb-external-hive-metastore/)| Example template to implement [external hive metastore](https://learn.microsoft.com/en-us/azure/databricks/data/metastores/external-hive-metastore)|
38
39
| Azure |[adb-kafka](examples/adb-kafka/)| ADB - single node kafka template |
| Azure |[adb-private-links-general](examples/adb-private-links-general/)| Provisioning Databricks on Azure with Private Link and [Data Exfiltration Protection](https://www.databricks.com/blog/2020/03/27/data-exfiltration-protection-with-azure-databricks.html)|
41
41
| Azure |[adb-splunk](examples/adb-splunk/)| ADB workspace with single VM splunk integration |
42
42
| Azure |[adb-squid-proxy](examples/adb-squid-proxy/)| ADB clusters with HTTP proxy |
43
43
| Azure |[adb-teradata](examples/adb-teradata/)| ADB with single VM Teradata integration |
@@ -52,9 +52,10 @@ The folder `examples` contains the following Terraform implementation examples :
| GCP |[gcp-sa-provisionning](examples/gcp-sa-provisionning/)| Provisionning of the identity with the permissions required to deploy on GCP. |
57
+
| GCP |[gcp-basic](examples/gcp-basic/)| Workspace Deployment with managed vpc |
58
+
| GCP |[gcp-byovpc](examples/gcp-byovpc/)| Workspace Deployment with managed vpc |
58
59
### Modules
59
60
60
61
The folder `modules` contains the following Terraform modules :
@@ -71,8 +72,9 @@ The folder `modules` contains the following Terraform modules :
71
72
| AWS |[aws-workspace-with-firewall](modules/aws-workspace-with-firewall/)| Provisioning AWS Databricks E2 with an AWS Firewall |
72
73
| AWS |[aws-exfiltration-protection](modules/aws-exfiltration-protection/)| An implementation of [Data Exfiltration Protection on AWS](https://www.databricks.com/blog/2021/02/02/data-exfiltration-protection-with-databricks-on-aws.html)|
0 commit comments