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

12 lines
290 B
YAML

%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