14 lines
278 B
YAML
14 lines
278 B
YAML
---
|
|
version: 1.1
|
|
|
|
source_variable_1: val1 # the first source variable
|
|
|
|
source_variable_2: val2 # the second source variable
|
|
|
|
my_variable:
|
|
description: a variable
|
|
type: choice
|
|
choices:
|
|
- variable: _.source_variable_1
|
|
- variable: _.source_variable_2
|
|
default: val1
|