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
Adding the variable
workspace_name
tomodules/aws-databricks-workspace
and adding acoalesce()
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