Skip to content

Commit ed1c7a4

Browse files
authored
Merge pull request #59 from Homebrew/create
feat: add more permissions
2 parents 7d6d356 + f867541 commit ed1c7a4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

aws/roles.tf

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@ data "aws_iam_policy_document" "codebuild_policy_document" {
2929
"ecr:*",
3030
"apigateway:*",
3131
"elasticloadbalancing:*",
32-
"identitystore:*"
32+
"identitystore:*",
33+
"kms:*",
34+
"ec2:*",
35+
"cloudwatch:*"
3336
]
3437
resources = ["*"]
3538
}

0 commit comments

Comments
 (0)