rougail-output-hcl/tests/structures/05-doc_block_in_block.yaml

15 lines
262 B
YAML
Raw Normal View History

2026-07-06 19:29:28 +02:00
%YAML 1.2
---
version: 1.1
a_block:
description: A block is a family with hcl_type attribute
hcl_type: block
a_second_block:
description: We can add a block inside a block
hcl_type: block
an_attribute: a value # An attribute in a block
...