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

Feat: Adding a new module for a Lakehouse platform deployment on Azure and an example using this module. #28

Closed yessawab closed 1 year ago

yessawab commented 1 year ago

There are few typos & correct naming required for Azure services.

But bigger problem is inconsistency - README says that we're creating a VNet, and we really create a VNet object, but really we're requiring to pass existing network name in which we create subnets.

I updated this. We create a new Vnet so I removed the variable & output for vnet_name. I used to break it into two modules. One module to create network resources and one module to deploy Databricks workspaces using the same vnet.