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

Adding Workspace Name as a Variable in aws-databricks-workspace #103

Closed Andrew-Tolbert closed 6 months ago

Andrew-Tolbert commented 8 months ago

Adding the variable workspace_name to modules/aws-databricks-workspace and adding a coalesce() behavior to use the prefix if not specified. (examples that use this seem to always generate a prefix as a local var)

Then, having the example aws-workspace-uc-simple leverage this workspace_name as a specified input variable