rougail-output-hcl/tests/structures/02-doc_expressions_basic.yaml

13 lines
290 B
YAML
Raw Normal View History

2026-07-06 19:29:28 +02:00
%YAML 1.2
---
version: 1.1
a_first_string: "a value" # Take a first value
a_second_string:
description: A variable could also use expression to get value
hcl_quoted_string: false
default: a_first_string
a_third_string: combine ${a_first_string} # An expressions is just a string