mirror of https://github.com/databricks/cli.git
9 lines
88 B
YAML
9 lines
88 B
YAML
|
bundle:
|
||
|
name: cycle
|
||
|
|
||
|
variables:
|
||
|
a:
|
||
|
default: ${var.b}
|
||
|
b:
|
||
|
default: ${var.a}
|