databricks-cli/libs/dyn/yamlloader/testdata/anchor_08.yml

11 lines
132 B
YAML
Raw Normal View History

2023-10-20 12:56:59 +00:00
# 8. Boolean Anchors
isActive: &active true
user1:
username: user1
active: *active
user2:
username: user2
active: *active