Skip to content

Commit

Permalink
rename sid
Browse files Browse the repository at this point in the history
  • Loading branch information
yingxinl committed Dec 3, 2024
1 parent 2edc387 commit 720fc76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ The audit policy is comprised of the following permissions:
| | ses:ListRecommendations | |
| | ses:ListSuppressedDestinations | |
| | ses:GetSuppressedDestination | |
| COMPUTE-OPTIMIZER | compute-optimizer:DescribeRecommendationExportJobs | * |
| COMPUTEOPTIMIZER | compute-optimizer:DescribeRecommendationExportJobs | * |
| | compute-optimizer:GetAutoScalingGroupRecommendations | |
| | compute-optimizer:GetEffectiveRecommendationPreferences | |
| | compute-optimizer:GetEBSVolumeRecommendations | |
Expand Down
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ data "aws_iam_policy_document" "lacework_audit_policy" {
}

statement {
sid = "COMPUTE-OPTIMIZER"
sid = "COMPUTEOPTIMIZER"
actions = [
"compute-optimizer:DescribeRecommendationExportJobs",
"compute-optimizer:GetAutoScalingGroupRecommendations",
Expand Down

0 comments on commit 720fc76

Please sign in to comment.