peterkh / cumulus

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

Don't always add the stackname to the source stack #2

Closed deanwilson closed 11 years ago

deanwilson commented 11 years ago

If you need to look up a value from a stack defined outside of cumulus you don't want anyting prefixed to the stackname. By placing a - at the start of the stackname it is not prepended to.

peterkh commented 11 years ago

Looks good, thanks.