summaryrefslogtreecommitdiff
path: root/test/integration/targets/ecs_cluster/files/ec2-trust-policy.json
blob: 72413abdd38281515d4afe1e1b4b0f3c5e49f1e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "Version": "2008-10-17",
  "Statement": [
    {
      "Sid": "",
      "Effect": "Allow",
      "Principal": {
        "Service": "ec2.amazonaws.com"
      },
      "Action": "sts:AssumeRole"
    }
  ]
}