Skip to content

Commit b2206b7

Browse files
authored
Merge pull request #39 from Homebrew/policies
2 parents 0f55101 + 9baf7b1 commit b2206b7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

aws/roles.tf

+5-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@ data "aws_iam_policy_document" "codebuild_policy_document" {
1414
"ecs:*",
1515
"ecr:*",
1616
"apigateway:*",
17-
"elasticloadbalancing:*"
17+
"elasticloadbalancing:*",
18+
"iam:DeleteGroupMembership",
19+
"iam:DetachRolePolicy",
20+
"iam:DeletePolicy",
21+
"sso:TagResource"
1822
]
1923
resources = [
2024
"arn:aws:s3:::homebrew-terraform-state/*",

0 commit comments

Comments
 (0)