-
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
cdk.Include : Not updating the external template changes. #1189
Comments
Additional to the description, have tried to use the cdk.output constructor to update the template. However, the template is not getting updated.
Have a stack already and trying to make update on the stack. However the stack is not getting updated. Could you please help me on this? |
If you add a resource to your stack (a typical example is a WaitConditionHandle) your stack will deploy. |
Thanks for the response. Have added additional resource and the stack getting updated. |
Is stale and resolved. Closing now 😸 |
cdk.Include constructor doesn't incorporating the changes in the external template to the CDK app.
Steps to replicate:
Stack was already up-to-date, it has ARN arn:aws:cloudformation:ap-southeast-2:***********:stack/HelloCdkStack/3ff234e0-e930-11e8-b0c7-027753bcaabc
Note: While running cdk diff, the changes are showing the as difference.
Version used is 0.14.0
The text was updated successfully, but these errors were encountered: