eda_controller_tokens.yml.j2
This template will place an almost empty file with only the definition of the variable inside.
The existence of this file is mandatory for the pipeline to run correctly.
This makes adding real tokens somewhat easier as the code is all prepared to process this correctly.
---
{% set curr_env=curr_file.split(',')[0] %}
eda_controller_tokens_{{ curr_env }}: []
...
The resulting file:
In the all folder the file will look like this:
eda_controller_tokens_all: []
...