databricks / terraform-databricks-examples

Examples of using Terraform to deploy Databricks resources
https://registry.terraform.io/modules/databricks/examples/databricks/latest
Other
214 stars 133 forks source link

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

Closed Andrew-Tolbert closed 11 months ago

Andrew-Tolbert commented 1 year 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