mirror of https://github.com/databricks/cli.git
10 lines
152 B
YAML
10 lines
152 B
YAML
|
bundle:
|
||
|
name: TestResolveVariableReferencesToBundleVariables
|
||
|
|
||
|
workspace:
|
||
|
root_path: "${bundle.name}/${var.foo}"
|
||
|
|
||
|
variables:
|
||
|
foo:
|
||
|
value: "bar"
|