We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf43a4c commit 74c4a22Copy full SHA for 74c4a22
1 file changed
cleanup.sh
@@ -74,7 +74,7 @@ STATUS=$(aws cloudformation describe-stacks --stack-name "$STACK_NAME" \
74
if [ "$STATUS" = "NONE" ] || [ "$STATUS" = "DELETE_COMPLETE" ]; then
75
echo "Stack $STACK_NAME does not exist."
76
echo ""
77
- echo "Searching for orphaned resources tagged with this stack name..."
+ echo "Searching for leftover resources tagged with this stack name..."
78
echo "(Resources that may have been left behind from a failed deletion)"
79
80
# Search by tag
0 commit comments