databricks-cli/acceptance/bundle/variables/complex-cycle/databricks.yml

11 lines
114 B
YAML

bundle:
name: cycle
variables:
a:
default:
hello: ${var.b}
b:
default:
hello: ${var.a}