databricks-cli/acceptance/bundle/variables/var_file_overrides/databricks.yml

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

33 lines
604 B
YAML
Raw Normal View History

bundle:
name: TestResolveVariablesFromFile
variables:
cluster:
type: "complex"
cluster_key:
cluster_workers:
resources:
jobs:
job1:
job_clusters:
- job_cluster_key: ${var.cluster_key}
new_cluster:
node_type_id: "${var.cluster.node_type_id}"
num_workers: ${var.cluster_workers}
2025-01-17 17:32:38 +00:00
targets:
with-defaults:
default: true
variables:
cluster_workers:
default: 1
cluster:
type: "complex"
default:
node_type_id: "default"
cluster_key:
default: "default"
without-defaults: