Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

moonshot update --dry-run forcefully applies Change Set updates? #225

Open
geerlingguy opened this issue May 16, 2017 · 1 comment
Open

Comments

@geerlingguy
Copy link

In my preliminary testing with moonshot update for a set of stacks, it seems that using --dry-run resulted in changes being forcefully applied (the same as if I had passed --force). Maybe I'm misunderstanding the intended use of --dry-run, but I thought it would basically either create the Change Set then leave it for me to inspect later in the CloudFormation UI, or create the Change Set, display the changes in it (as reported back from AWS), then delete the Change Set.

It looks like it actually:

  1. Created the Change Set
  2. Applied the Change Set (with no user confirmation)
@askreet
Copy link
Contributor

askreet commented May 16, 2017

@geerlingguy the intended behavior is the second, where it should create the change set, and delete it afterward. This is definitely a (pretty bad) bug :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants