cloudtools / stacker

An AWS CloudFormation Stack orchestrator/manager.
http://stacker.readthedocs.io/en/stable/
BSD 2-Clause "Simplified" License
711 stars 167 forks source link

add jinja2 template parsing #701

Closed troyready closed 5 years ago

troyready commented 5 years ago

Decided to make it completely opt-in by requiring templates to be explicitly named *.j2, so this won't affect anyone that doesn't explicitly chose to use it.

xiaket commented 5 years ago

Great feature! This is so cool!

troyready commented 5 years ago

@phobologic I dug into the variable resolution timing and fixed it. Should work as expected now.

phobologic commented 5 years ago

Thanks @troyready !

russellballestrini commented 5 years ago

Nice job @troyready!