rougail-output-hcl/tests/results/03-doc_conditional_expressions.yaml.hcl

3 lines
81 B
HCL
Raw Permalink Normal View History

2026-07-06 19:29:28 +02:00
a_first_string = "a value"
a_second_string = a_first_string == "a value" ? 2 : 1