summaryrefslogtreecommitdiff
path: root/test/integration/targets/incidental_aws_codebuild/files/codebuild_iam_trust_policy.json
blob: 3af7c641202b2b1a98668a13224f6f6de1a1cb61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Effect": "Allow",
      "Principal": {
        "Service": "codebuild.amazonaws.com"
      },
      "Action": "sts:AssumeRole"
    }
  ]
}