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 17, 2024
1 parent 8eb0a81 commit e69b240
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cloudnuke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ jobs:
/usr/local/bin/cloud-nuke --version
- name: Run Cloud Nuke to delete specific resources
run: |
/usr/local/bin/cloud-nuke aws --region us-east-1 --region us-east-2 --force
/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 e69b240

Please sign in to comment.