Skip to content

Commit 8d692b3

Browse files
tampakrapmaximmi
andauthored
Add codecommit:GitPull policy so that CodeBuild can be used against CodeCommit (#47)
Co-authored-by: Maxim Mironenko <[email protected]>
1 parent da6ad7b commit 8d692b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ data "aws_iam_policy_document" "permissions" {
120120
sid = ""
121121

122122
actions = [
123+
"codecommit:GitPull",
123124
"ecr:BatchCheckLayerAvailability",
124125
"ecr:CompleteLayerUpload",
125126
"ecr:GetAuthorizationToken",

0 commit comments

Comments
 (0)