cloudtools / stacker

An AWS CloudFormation Stack orchestrator/manager.
http://stacker.readthedocs.io/en/stable/
BSD 2-Clause "Simplified" License
711 stars 167 forks source link

Locked stacks still have requirements #746

Closed mromaszewicz closed 4 years ago

mromaszewicz commented 4 years ago

This fixes #745 . Locked stacks still have dependencies, since there is no difference between a locked stack and an unlocked stack at creation time.

mromaszewicz commented 4 years ago

Hmm, the lint check failed because the CircleCI system has the wrong version of boto. How can I fix this?

phobologic commented 4 years ago

I'll dig into the boto errors outside of this PR, thanks @mromaszewicz