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

Make VPC and subnet creation optional #130

Open al-lac opened 2 months ago

al-lac commented 2 months ago

In some aws accounts the creation of VPCs and Subnets may be blocked by a policy.

It would be great if the modules would have the create_vpc option as a variable to provide a VPC that has been created outside of the module.