Skip to content

Commit

Permalink
fix formatting in README
Browse files Browse the repository at this point in the history
  • Loading branch information
grothja committed Sep 13, 2021
1 parent 78f3252 commit 8bc2305
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 @@ These files are generated by the maintainers of this module running `scripts/gen
The managed rules are defined in the `local.managed_rules` variable; the following is a sample of a few rule definitions that we will go over in detail:

```hcl
locals {
locals {
managed_rules = {
access-keys-rotated = {
description = "Checks if the active access keys are rotated within the number of days specified in maxAccessKeyAge. The rule is NON_COMPLIANT if the access keys have not been rotated for more than maxAccessKeyAge number of days."
Expand Down

0 comments on commit 8bc2305

Please sign in to comment.