rougail-output-hcl/tests/structures/00-doc_primitive.yaml

14 lines
230 B
YAML

%YAML 1.2
---
version: 1.1
a_string: a value # An attribute with a string
an_integer: 1 # An attribute with a integer
a_boolean: true # A boolean attribute
null_value:
description: A nullable value
mandatory: false
...