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

Stacker issue while updating the Cloudformation Stack #686

Closed sasiarjun closed 5 years ago

sasiarjun commented 5 years ago

We are facing Stacker issue while updating the Cloudformation Stack after changing the value in the env file. While updating the stack with the new value, the job fails with the below error.

Error:

Changes

Changes:

Please help us to fix this.

phobologic commented 5 years ago

Looks like this was an issue with using Runway inside of CI/CD systems that didn't attach a terminal - Runway runs stacker in interactive mode, and so without a terminal there was no way to approve the changes.

(This was figured out by folks in the stacker slack channel: https://empirepaas.slack.com/archives/C08NMGJSH/p1544003933000500)

Closing!