rougail-output-doc/tests/results/test_examples/00_9choice_variables.md

6 KiB

Table of Contents

Variables

Variable                                                                                                   Description                                                                                               
source_variable_1
string standard mandatory
The first source variable.
Default: val1
source_variable_2
string standard mandatory
The second source variable.
Default: val2
my_variable
choice standard mandatory
A variable.
Choices:
- the value of the variable "source_variable_1".
- the value of the variable "source_variable_2".
Default: val1

Example with all variables modifiable

---
source_variable_1: val1
source_variable_2: val2
my_variable: val1