Skip to content

Commit

Permalink
Fix issue #70, update README to reflect the right parameters for TAGS…
Browse files Browse the repository at this point in the history
… filter
  • Loading branch information
kuettai committed Apr 8, 2024
1 parent 9b2dd15 commit a7ee50b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ screener --regions ap-southeast-1,us-east-1 --services rds,iam

**Example 5: Run in the Singapore region, filter resources based on tags (e.g: Name=env Values=prod and Name=department Values=hr,coe)**
```
screener --regions ap-southeast-1 --filters env=prod%department=hr,coe
screener --regions ap-southeast-1 --tags env=prod%department=hr,coe
```

**Example 6: Run in all regions and all services**
Expand Down

0 comments on commit a7ee50b

Please sign in to comment.