{
"profiles": {
"_": {},
"PROFILENAME_1": {},
"PROFILENAME_N": {}
},
"templates": {
"TEMPLATE_FILENAME": {
"output": "OUTPUT_FILENAME",
"profiles": {
"_": {},
"PROFILENAME_1": {},
"PROFILENAME_N": {}
}
}
}
}
profiles:
_: {}
PROFILENAME_1: {}
templates:
TEMPLATE_FILENAME:
output: OUTPUT_FILENAME
profiles:
_: {}
PROFILENAME_1: {},
PROFILENAME_N: {}
- simple value
name: value
- environment variable
$(ENV_VAR_NAME)
- config value
${CONFIG_VALUE}
- TEMPLATE_FILENAME is not neccessary.
- "templates" can be wildcard string or list of filenames.