Skip to content

Commit

Permalink
the BatchGetBuilds permission is not actually needed
Browse files Browse the repository at this point in the history
  • Loading branch information
pietroalbini committed Jul 14, 2024
1 parent 5b1e444 commit 9b0f96a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion terragrunt/modules/aws-organization/groups.tf
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ resource "aws_ssoadmin_permission_set_inline_policy" "start_release" {
{
Effect = "Allow"
Action = [
"codebuild:BatchGetBuild",
"codebuild:StopBuild",
]
Resource = [
Expand Down

0 comments on commit 9b0f96a

Please sign in to comment.