Skip to content

Commit

Permalink
Minor fix to formatting in docs
Browse files Browse the repository at this point in the history
Make sure we have 2 spaces not 1 here so the indent is correct

Signed-off-by: Tim Smith <[email protected]>
  • Loading branch information
tas50 committed Feb 26, 2024
1 parent a2af46d commit ef107f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions providers/aws/resources/aws.lr.manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -694,8 +694,8 @@ resources:
- query: "aws.config.rules {\n arn \n state \n source\n}\n"
title: Return a list of `aws.config.rule` resources representing AWS Config
rules configured across all enabled regions and the values for specified fields
- query: "aws.config.recorders {\n name \n roleArn \n allSupported \n includeGlobalResourceTypes
\n resourceTypes \n recording \n lastStatus \n region \n}\n"
- query: "aws.config.recorders {\n name\n roleArn\n allSupported\n includeGlobalResourceTypes
\n resourceTypes\n recording\n lastStatus\n region\n}\n"
title: Return a list of AWS Config recorders configured across all enabled regions
and the values for specified fields
- query: |
Expand Down

0 comments on commit ef107f5

Please sign in to comment.