bazaarvoice / cloudformation-ruby-dsl

Ruby DSL for creating Cloudformation templates
Apache License 2.0
210 stars 76 forks source link

Sort existing and new template Hashes to compare them using diffy #118

Closed mike-unitskyi closed 2 years ago

mike-unitskyi commented 7 years ago

Description

As diiffy compares existing and new CFN templates string by string we need to prepare output in the same (alphanumerical) order.

Issues

Request to Review

@jonaf/@temujin9

temujin9 commented 7 years ago

Looks good to me.

jonaf commented 6 years ago

It'd be great to add a test for this.