Open yannickdenimal opened 4 years ago
It is possible to create a variable dynamicly with another variables
something like
{{ '"api_' + "BU_NAME"|env + '"' | env }}
where BU_NAME is an env variables value "en" and api_en another one with the value
Or something like https://stackoverflow.com/questions/32976700/python-jinja2-variable-inside-a-variable
It is possible to create a variable dynamicly with another variables
something like
{{ '"api_' + "BU_NAME"|env + '"' | env }}
where BU_NAME is an env variables value "en" and api_en another one with the value
Or something like https://stackoverflow.com/questions/32976700/python-jinja2-variable-inside-a-variable