updated aws_cloudformation_stacks_pending.sh

pull/2/head
Hari Sekhon 3 years ago
parent e54bd4ed4e
commit df3c9c8c8e

@ -44,6 +44,6 @@ usage_args="[<aws_cli_options>]"
help_usage "$@"
aws cloudformation list-stacks --output json "$@" |
aws cloudformation list-stacks --output json --no-paginate "$@" |
jq -r '.StackSummaries[] | [.StackStatus, .StackName, .TemplateDescription] | @tsv' |
grep -Ev '^([[:alnum:]_]+)?COMPLETE'

Loading…
Cancel
Save