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 YAML environment file support #740

Closed mromaszewicz closed 4 years ago

mromaszewicz commented 5 years ago

Environment files ending in .yaml or .yml will be rendered using a different strategy. The env file is treated as a dict, with the value for each key being a parsed YAML object. After parsing the config, we look for things that look like variable references, and replace the references with objects.

sd0408 commented 5 years ago

When this is merged will we be able to define list object and lists of objects in these yaml files for parsing later on?

deepmap-marcinr commented 4 years ago

So, guys, what's the verdict on this PR?

mromaszewicz commented 4 years ago

Any thoughts on merging this?