File tree Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Original file line number Diff line number Diff line change @@ -146,6 +146,48 @@ resource "aws_iam_role_policy" "cspm_role_policy" {
146146 Effect = " Allow"
147147 Resource = " *"
148148 },
149+ {
150+ Sid = " GetAnomalyMonitors"
151+ Action = " ce:GetAnomalyMonitors"
152+ Effect = " Allow"
153+ Resource = " *"
154+ },
155+ {
156+ Sid = " GetClassificationExportConfiguration"
157+ Action = " macie2:GetClassificationExportConfiguration"
158+ Effect = " Allow"
159+ Resource = " *"
160+ },
161+ {
162+ Sid = " GetRecommendationSummaries"
163+ Action = " compute-optimizer:GetRecommendationSummaries"
164+ Effect = " Allow"
165+ Resource = " *"
166+ },
167+ {
168+ Sid = " GetReservationCoverage"
169+ Action = " ce:GetReservationCoverage"
170+ Effect = " Allow"
171+ Resource = " *"
172+ },
173+ {
174+ Sid = " GetLifecyclePolicies"
175+ Action = " dlm:GetLifecyclePolicies"
176+ Effect = " Allow"
177+ Resource = " *"
178+ },
179+ {
180+ Sid = " ListAddons"
181+ Action = " eks:ListAddons"
182+ Effect = " Allow"
183+ Resource = " *"
184+ },
185+ {
186+ Sid = " ListWorkloads"
187+ Action = " wellarchitected:ListWorkloads"
188+ Effect = " Allow"
189+ Resource = " *"
190+ },
149191 ]
150192 })
151193}
You can’t perform that action at this time.
0 commit comments