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

add CAPABILITY_AUTO_EXPAND capability for macros #731

Closed troyready closed 5 years ago

troyready commented 5 years ago

Without this capability, creating a stack with a macro results in the following error:

An error occurred (InsufficientCapabilitiesException) when calling the CreateStack operation: Requires capabilities : [CAPABILITY_AUTO_EXPAND]

phobologic commented 5 years ago

Thanks!

hauntingEcho commented 4 years ago

When will a new version of Stacker be released? Not having this fix is causing issues for my team.