summaryrefslogtreecommitdiffstats
path: root/roles/openshift_aws/files/trustpolicy.json
blob: 87c7d7c423a74b46e1070718cf1dd48c2cedb348 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Effect": "Allow",
      "Principal": {
        "Service": "ec2.amazonaws.com"
      },
      "Action": "sts:AssumeRole"
    }
  ]
}