diff --git a/aws_cloudformation_stacks_pending.sh b/aws_cloudformation_stacks_pending.sh index 08242559..8a501fe8 100755 --- a/aws_cloudformation_stacks_pending.sh +++ b/aws_cloudformation_stacks_pending.sh @@ -44,6 +44,6 @@ usage_args="[]" 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'