Skip to content

Commit 56ca600

Browse files
authored
Merge pull request #2111 from govuk-forms/allow-ce-access
Add more permissions to use Purchase Analyser
2 parents 66d2666 + 72bbbc7 commit 56ca600

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

infra/modules/engineer-access/policies.tf

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,10 @@ resource "aws_iam_policy" "get_usage_data" {
344344
},
345345
{
346346
Action = [
347-
"ce:GetCommitmentPurchaseAnalysis",
347+
"ce:*PurchaseAnalysis*",
348+
"ce:GetReservation*",
349+
"ce:GetRightsizingRecommendation",
350+
"ce:*SavingsPlan*"
348351
]
349352
Effect = "Allow"
350353
Resource = [

0 commit comments

Comments
 (0)