rougail-output-hcl/tests/structures_subconfig/00-rougail.yaml

22 lines
331 B
YAML
Raw Permalink Normal View History

2026-07-06 19:29:28 +02:00
%YAML 1.2
---
version: 1.1
a_variable: a value # A first variable
a_family: # A family
a_bock:
description: A block
hcl_type: block
a_label:
description: A label
hcl_type: label
a_variable:
description: A variable with a value
default:
variable: ____.a_variable
...