Skip to content

Commit

Permalink
Adding iam policy
Browse files Browse the repository at this point in the history
  • Loading branch information
alanrana7 committed Oct 16, 2023
1 parent 23aa3d7 commit 2111ebe
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Principal": {
"Service": "codebuild.amazonaws.com"
},
"Action": "sts:AssumeRole"
}
]
}

0 comments on commit 2111ebe

Please sign in to comment.