bazaarvoice / cloudformation-ruby-dsl

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

Fixed edge case check for new parameter existing in old parameters ar… #114

Closed iAnomaly closed 7 years ago

iAnomaly commented 7 years ago

…ray before applying use previous value behavior.

Description

Fixes a bug where parameters that use :UsePreviousValue were not being evaluated correctly.

Steps to Test or Reproduce

Environment

Deploy Notes

Probably requires a version bump.

Related Issues and PRs

Issues

PRs

Todos

Request to Review

@jonaf/@temujin9

temujin9 commented 7 years ago

It's a bug-fix, so just a patch version. Merged in as https://github.com/bazaarvoice/cloudformation-ruby-dsl/commit/dc377bc2c1dac5a1f2282c1286ed3fc43b68a23f - thanks!