Skip to content

Commit 720fc76

Browse files
committed
rename sid
1 parent 2edc387 commit 720fc76

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ The audit policy is comprised of the following permissions:
140140
| | ses:ListRecommendations | |
141141
| | ses:ListSuppressedDestinations | |
142142
| | ses:GetSuppressedDestination | |
143-
| COMPUTE-OPTIMIZER | compute-optimizer:DescribeRecommendationExportJobs | * |
143+
| COMPUTEOPTIMIZER | compute-optimizer:DescribeRecommendationExportJobs | * |
144144
| | compute-optimizer:GetAutoScalingGroupRecommendations | |
145145
| | compute-optimizer:GetEffectiveRecommendationPreferences | |
146146
| | compute-optimizer:GetEBSVolumeRecommendations | |

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ data "aws_iam_policy_document" "lacework_audit_policy" {
182182
}
183183

184184
statement {
185-
sid = "COMPUTE-OPTIMIZER"
185+
sid = "COMPUTEOPTIMIZER"
186186
actions = [
187187
"compute-optimizer:DescribeRecommendationExportJobs",
188188
"compute-optimizer:GetAutoScalingGroupRecommendations",

0 commit comments

Comments
 (0)