databricks-cli/acceptance/bundle/variables/resolve-vars-in-root-path/databricks.yml

10 lines
152 B
YAML

bundle:
name: TestResolveVariableReferencesToBundleVariables
workspace:
root_path: "${bundle.name}/${var.foo}"
variables:
foo:
value: "bar"