Skip to content

Commit

Permalink
Update cloudnuke.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rakeshclouddevops authored Jul 10, 2024
1 parent e2303f9 commit 8eb0a81
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cloudnuke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,7 @@ jobs:
- name: Run Cloud Nuke to delete specific resources
run: |
/usr/local/bin/cloud-nuke aws --region us-east-1 --resource-type ec2 --resource-type rds --resource-type s3 --force
cloud-nuke aws --exclude-region ap-south-1 --exclude-region ap-south-2
cloud-nuke aws --exclude-resource-type s3 --exclude-resource-type ec2
/usr/local/bin/cloud-nuke aws --region us-east-2 --resource-type ec2 --resource-type rds --resource-type s3 --force
/usr/local/bin/cloud-nuke aws --region ap-south-1 --resource-type ec2 --resource-type rds --resource-type s3 --force

0 comments on commit 8eb0a81

Please sign in to comment.