evanwieren / cfn_mason

Cloudformation tool for pulling apart cloud formation templates, and then allowing them to be broken into easily disected and used chunks.
MIT License
2 stars 3 forks source link

cfn_to_yaml.rb fails when optional sections are missing #1

Open rjamestaylor opened 9 years ago

rjamestaylor commented 9 years ago

Just a note that valid CFN templates may not have all four Sections and at this early stage the cfn_to_yaml.rb doesn't trap for missing sections.

evanwieren commented 9 years ago

Need to retest. I think this has been fixed. I will add a test for this.