Skip to content

Commit

Permalink
Merge pull request #370 from jdno/remove-billing-access
Browse files Browse the repository at this point in the history
Remove billing access from legacy account
  • Loading branch information
jdno authored Dec 6, 2023
2 parents 5dcf7bf + e1ba660 commit bd836ba
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions terraform/team-members-access/foundation.tf
Original file line number Diff line number Diff line change
Expand Up @@ -46,31 +46,6 @@ resource "aws_iam_group_policy" "foundation" {
Action = ["support:*"]
Resource = "*"
},
// Billing-related resources
{
Effect = "Allow"
Action = [
"aws-portal:*Usage",
"aws-portal:*Billing",
"aws-portal:*PaymentMethods",
"ce:*",
"purchase-orders:*",
"tax:*",
"cur:DescribeReportDefinitions",
"cur:PutReportDefinition",
"cur:DeleteReportDefinition",
"cur:ModifyReportDefinition"
]
Resource = "*"
},
// But not account settings
{
Effect = "Deny"
Action = [
"aws-portal:*Account",
]
Resource = "*"
},
// Access to the Route 53 console
{
Effect = "Allow"
Expand Down

0 comments on commit bd836ba

Please sign in to comment.