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

Bug: Tool won't consider stacks that are create/update in progress #42

Open
rileydakota opened this issue Jun 2, 2022 · 0 comments
Open

Comments

@rileydakota
Copy link
Owner

Tool will potentially show managed resources as unmanaged in the case that a particular stack is in any updating status.

Likely solution is to add logic to consider other stack states, and also emit a warning to the user, as running this tool on a changing stack could have unknown consequences

StackStatusFilter=['CREATE_COMPLETE', 'UPDATE_COMPLETE'])

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

1 participant