Skip to content

Commit

Permalink
Merge branch 'master' into yori-nuke-eks
Browse files Browse the repository at this point in the history
  • Loading branch information
tonerdo committed Feb 21, 2019
2 parents 7578319 + 1842ff2 commit 45605cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,7 @@ jobs:
- attach_workspace:
at: /go/src/github.com/gruntwork-io/cloud-nuke
- run:
command: go run main.go aws --older-than 24h --force
environment:
AWS_ACCESS_KEY_ID: ${SANDBOX_AWS_ACCESS_KEY_ID}
AWS_SECRET_ACCESS_KEY: ${SANDBOX_AWS_SECRET_ACCESS_KEY}
command: export AWS_ACCESS_KEY_ID=$SANDBOX_AWS_ACCESS_KEY_ID && export AWS_SECRET_ACCESS_KEY=$SANDBOX_AWS_SECRET_ACCESS_KEY && go run main.go aws --older-than 24h --force

deploy:
<<: *defaults
Expand Down
1 change: 1 addition & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @Etiene @robmorgan @tonerdo @autero1
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[![Maintained by Gruntwork.io](https://img.shields.io/badge/maintained%20by-gruntwork.io-%235849a6.svg)](https://gruntwork.io/?ref=repo_cloud_nuke)
# cloud-nuke

This repo contains a CLI tool to delete all cloud (AWS, Azure, GCP) resources in an account. cloud-nuke was created for situations when you might have an account you use for testing and need to clean up leftover resources so you're not charged for them. Also great for cleaning out accounts with redundant resources.
Expand Down

0 comments on commit 45605cd

Please sign in to comment.