-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Impossible to create Resources form Cloudformation resource Summaries #2243
Comments
Thank you for your post. I am able to reproduce the issue. Marking this as a bug. |
Greetings! It looks like this issue hasn’t been active in longer than one year. We encourage you to check if this is still an issue in the latest release. Because it has been longer than one year since the last update on this, and in the absence of more information, we will be closing this issue soon. If you find that this is still a problem, please feel free to provide a comment to prevent automatic closure, or if the issue is already closed, please feel free to reopen it. |
This should fix boto#2243 which has been closed due to inactivity but which I encountered myself recently.
Reopening on behalf of @dhx-mike-palandra, reported this is still an issue in #2828. I will check in with the CloudFormation team on this. Thanks! |
There is a bug in the implementation of the cloud formation StackResourceSummary class which prevents the creation of StackResources by calling the Resource() sub-resource:
stack_name and logical_id have been switched
The text was updated successfully, but these errors were encountered: