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