Skip to content

Commit

Permalink
Fix a minor LR typo
Browse files Browse the repository at this point in the history
Fixes for docs

Signed-off-by: Tim Smith <[email protected]>
  • Loading branch information
tas50 committed Mar 5, 2024
1 parent 6cb42a3 commit bfe175e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions providers/aws/resources/aws.lr
Original file line number Diff line number Diff line change
Expand Up @@ -2509,7 +2509,7 @@ private aws.ec2.securitygroup.ippermission @defaults("id toPort fromPort ipProto
ipv6Ranges []string
}

// AWS config
// AWS Config
aws.config {
// List of configuration recorders for each region in the account
recorders() []aws.config.recorder
Expand All @@ -2519,7 +2519,7 @@ aws.config {
deliveryChannels() []aws.config.deliverychannel
}

// AWS config rule
// AWS Config rule
private aws.config.rule @defaults("name id region state") {
// ARN for the config rule
arn string
Expand All @@ -2537,7 +2537,7 @@ private aws.config.rule @defaults("name id region state") {
region string
}

// AWS config recorder
// AWS Config recorder
private aws.config.recorder @defaults("name region") {
// Name of the recorder
name string
Expand All @@ -2557,7 +2557,7 @@ private aws.config.recorder @defaults("name region") {
resourceTypes []string
}

// AWS config delivery channel
// AWS Config delivery channel
private aws.config.deliverychannel @defaults("name region") {
// Name of the delivery channel
name string
Expand Down

0 comments on commit bfe175e

Please sign in to comment.