bazaarvoice / cloudformation-ruby-dsl

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

Add support for the current set of CFN pseudo attributes. #21

Closed shawnsmith closed 10 years ago

shawnsmith commented 10 years ago

As listed in http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/pseudo-parameter-reference.html

Renames no_value() to aws_no_value() for consistency with the other pseudo attributes including the existing aws_region().

temujin9 commented 10 years ago

If you're changing the call signature, that's technically a major revision. As we're still in pre-release, bumping a minor version, and/or deprecating the no_value call (and removing next version bump), would be the better way to go.

Looks good to me, otherwise.