We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Inventory result does not show instance state (running / stopped). This does not allow specific treatments of shut down instances (like bug #390 ).
Retrieve instance state and return it with the inventory.
To simplify, we will consider that an instance is running by default (unless explicitly "stopped" or "terminated").
The text was updated successfully, but these errors were encountered:
feat: return instance state with the inventory.
590814e
closes #396
demeringo
Successfully merging a pull request may close this issue.
Problem
Inventory result does not show instance state (running / stopped). This does not allow specific treatments of shut down instances (like bug #390 ).
Solution
Retrieve instance state and return it with the inventory.
To simplify, we will consider that an instance is running by default (unless explicitly "stopped" or "terminated").
Alternatives
Additional context or elements
The text was updated successfully, but these errors were encountered: