feat: add a second execution of the nuke script#71
Conversation
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
||||||||||||||||||
There was a problem hiding this comment.
Pull Request Overview
This PR adds a second execution of the aws-nuke command to improve reliability by running the nuke operation twice, with the first execution configured to continue on failure.
- Added a duplicate aws-nuke command with
|| trueto suppress failures on the first run - Maintained the original aws-nuke command as the second execution
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
PR Code Suggestions ✨Explore these optional code suggestions:
|
|||||||||
PR Type
Enhancement
Description
Add second execution of aws-nuke command with error tolerance
Improve reliability by running nuke operation twice
Diagram Walkthrough
File Walkthrough
account-nuke.sh
Add redundant aws-nuke execution with error handlingtools/aws/account-nuke.sh
|| truefor error tolerance