-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Adding an Output
to a stack does not count as a change so the stack is not deployed
#186
Comments
Isn't this CloudFormation behavior? |
Might be, but it's still surprising behavior from the user's PoV. |
I am not denying that. Just wanted to make sure. |
No, if you add an output and deploy it using cloud formation (CLI or Web UI) the output is added. |
You are right, what Romain was referring to I think is the ChangeSet that is created in the process showing "no changes" (at least at the resource level). We're interpreting that response as "nothing to do", and hence doing nothing. |
I'm hitting this as well. Is there a workaround? |
@ijcd make some other change to the template such as adding metadata. |
@rix0rrr this is resolved, correct? |
Yes, was fixed in #2029 |
Reproduction
Have a stack, deploy it. Add an
Output
object to it. Deploy it again.Expectation
Stack is deployed and the
Output
is added.Reality
The text was updated successfully, but these errors were encountered: