realestate-com-au / stackup

a simple CLI and Ruby API for AWS CloudFormation
MIT License
97 stars 34 forks source link

Don't fail when creating a stack with change sets #71

Closed nullus closed 5 years ago

nullus commented 5 years ago

When creating a new stack with change-set execute stackup created the stack then failed with the following error:

2019-07-30T06:37:55.707481591Z ERROR: update failed

This is because the expected state didn't match the state of the stack (CREATE_COMPLETE).