pulumi/sdk/go/common/encoding/internal/anchor-comments.yaml

14 lines
286 B
YAML

config:
aws:region: us-east-1 # N. Virginia
proj:data:
# Define an anchor to DRY out the config.
default: &default
active: true
foo:
# Foo config using anchor.
<<: *default # Use default anchor.
bar:
<<: *default
biz:
active: false