eda_rulebook_activations.yml.j2

This file is mandatory for a correct pipeline run.

---
{% set curr_env=curr_file.split(',')[0] %}
eda_rulebook_activations_{{ curr_env }}: []


...

The resulting file:

In the all folder the file will look like this:

eda_rulebook_activations_all: []

...