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 71aa31d commit e9456ee
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .github/actions/spelling/line_forbidden.patterns
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,9 @@
# s.b. CodeStar
\bCodestar\b

# s.b. AWS Config
\bAWS config\b

# s.b. Copilot
\bCoPilot\b

Expand Down
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 e9456ee

Please sign in to comment.