I usually inject jinja2 statements into my cloudformation templates to add control flow statements or loops and render the working template later. Unfortunately this great plugin stops parsing at the first jinja expression and shows the whole template as invalid.
Is it possible to support this or to ignore jinja statements like comments?
I usually inject jinja2 statements into my cloudformation templates to add control flow statements or loops and render the working template later. Unfortunately this great plugin stops parsing at the first jinja expression and shows the whole template as invalid. Is it possible to support this or to ignore jinja statements like comments?