peterkh / cumulus

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

Pretty-print Cloudformation JSON Templates #24

Closed cdodd closed 9 years ago

cdodd commented 9 years ago

This commit will format and indent the cloudformation template when it is loaded. This makes the template more readable in the AWS console.

peterkh commented 9 years ago

Hi,

Thanks for the commit, but can you please rebase / resolve the conflict? We just did a cleanup of PEP8 issues across the project.

Thanks Peter

cdodd commented 9 years ago

This has now been rebased and is ready to be merged.