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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
152 B
YAML
Raw Normal View History

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