Skip to content

Commit

Permalink
Improved README
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandrolattao committed Mar 24, 2020
1 parent 8f08489 commit 4776928
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ This software needs awscli to be configured first.

Find resources with the tag Name in the eu-west-1 region
```bash
go run *.go -region eu-west-1 -tag Name
aws-tagged-resource-finder -region eu-west-1 -tag Name
```

Find resources without the tag Name in the eu-west-1 region
```bash
go run *.go -region eu-west-1 -tag Name -untagged
aws-tagged-resource-finder -region eu-west-1 -tag Name -untagged
```

## Download:
Expand Down

0 comments on commit 4776928

Please sign in to comment.