peterkh / cumulus

Helps manage AWS CloudFormation stacks
Other
206 stars 40 forks source link

Add jinja2 expansion #3

Closed deanwilson closed 11 years ago

deanwilson commented 11 years ago

It would be very handy to allow Jinja2 template directives to work inside cloudformation

This currently allows you to reduce resource declaration duplication.

msessa commented 11 years ago

Hi Dean,

Cumulus is tool intended to help you work with cloudformation and managed complex template hierarchy. We are not trying to add any new functionality to cloudformation. The same templates you use with cumulus must remain usable even without cumulus, and introducing client-side templating with jinja means you must use cumulus to parse it.

Regards, /Matt