Skip to content

Commit

Permalink
Fix presets filter example in README (#514)
Browse files Browse the repository at this point in the history
There was a typo, using `presets.common.filter` instead of `presets.common.filters` actually fails to parse.
  • Loading branch information
reegnz committed Jun 4, 2020
1 parent b61e6d5 commit bff333e
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 @@ -533,7 +533,7 @@ presets:
DynamoDBTable:
- "terraform-lock"
common:
filter:
filters:
IAMRole:
- "OrganizationAccountAccessRole"
```
Expand Down

0 comments on commit bff333e

Please sign in to comment.