bazaarvoice / cloudformation-ruby-dsl

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

Add support for Change Sets for `diff` operation #121

Open roman-parkhunovskyi opened 7 years ago

roman-parkhunovskyi commented 7 years ago

Current cloudformation-ruby-dsl diff behaviour is to retrieve and display differences between the local template and remote CF template. As a feature it would be useful to have an ability to preview how proposed changes to a stack might impact the already running resources, alike Amazon Console allows via Change Sets.