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 minor fixes to adb-with-private-link-standard #44

Closed r3stl355 closed 1 year ago

r3stl355 commented 1 year ago
  1. Reduced the length of test VM's name property (max length is 15 characters)
  2. Changed storage_account_name of the transit_workspace to dynamic value
  3. Made the Test VM's admin_password dynamic
  4. Pointed to the local copy of the module instead of the one on GitHub