Skip to content

Commit

Permalink
add info about Elastic IP support
Browse files Browse the repository at this point in the history
  • Loading branch information
tonerdo committed Apr 6, 2018
1 parent daa7aac commit 4bafda8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ The currently supported functionality includes:
* Deleting all unprotected EC2 instances in an AWS account
* Deleting all AMIs in an AWS account
* Deleting all Snapshots in an AWS account
* Deleting all Elastic IPs in an AWS account

## Azure

Expand Down
2 changes: 1 addition & 1 deletion commands/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func CreateCli(version string) *cli.App {
app.Commands = []cli.Command{
{
Name: "aws",
Usage: "Clean up AWS resources (ASG, ELB, ELBv2, EBS, EC2, AMI, Snapshots)",
Usage: "Clean up AWS resources (ASG, ELB, ELBv2, EBS, EC2, AMI, Snapshots, ELastic IP)",
Action: errors.WithPanicHandling(awsNuke),
Flags: []cli.Flag{
cli.StringSliceFlag{
Expand Down

0 comments on commit 4bafda8

Please sign in to comment.