File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ The audit policy is comprised of the following permissions:
140
140
| | ses: ListRecommendations | |
141
141
| | ses: ListSuppressedDestinations | |
142
142
| | ses: GetSuppressedDestination | |
143
- | COMPUTE-OPTIMIZER | compute-optimizer: DescribeRecommendationExportJobs | * |
143
+ | COMPUTEOPTIMIZER | compute-optimizer: DescribeRecommendationExportJobs | * |
144
144
| | compute-optimizer: GetAutoScalingGroupRecommendations | |
145
145
| | compute-optimizer: GetEffectiveRecommendationPreferences | |
146
146
| | compute-optimizer: GetEBSVolumeRecommendations | |
Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ data "aws_iam_policy_document" "lacework_audit_policy" {
182
182
}
183
183
184
184
statement {
185
- sid = " COMPUTE-OPTIMIZER "
185
+ sid = " COMPUTEOPTIMIZER "
186
186
actions = [
187
187
" compute-optimizer:DescribeRecommendationExportJobs" ,
188
188
" compute-optimizer:GetAutoScalingGroupRecommendations" ,
You can’t perform that action at this time.
0 commit comments