Skip to content

Commit

Permalink
fix partition hardcode
Browse files Browse the repository at this point in the history
  • Loading branch information
bmorrissirromb authored Aug 6, 2024
1 parent 543f720 commit 389566b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rdk/template/configRule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ Resources:
- logs:PutLogEvents
- logs:DescribeLogStreams
Effect: Allow
Resource: "arn:aws:logs:*:*:log-group:/aws/lambda/RDK-Rule-Function*" # Consider scoping to the current account only, if that doesn't break cross-account
Resource: "arn:${AWS::Partition}:logs:*:*:log-group:/aws/lambda/RDK-Rule-Function*" # Consider scoping to the current account only, if that doesn't break cross-account
- Sid: "PutConfigEvaluations"
Action:
- config:PutEvaluations
Expand Down

0 comments on commit 389566b

Please sign in to comment.