summaryrefslogtreecommitdiff
path: root/vendor/aws/iam/eks_cluster_read_only_policy.json
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/aws/iam/eks_cluster_read_only_policy.json')
-rw-r--r--vendor/aws/iam/eks_cluster_read_only_policy.json17
1 files changed, 0 insertions, 17 deletions
diff --git a/vendor/aws/iam/eks_cluster_read_only_policy.json b/vendor/aws/iam/eks_cluster_read_only_policy.json
deleted file mode 100644
index 425b9a3eff9..00000000000
--- a/vendor/aws/iam/eks_cluster_read_only_policy.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "Version": "2012-10-17",
- "Statement": [
- {
- "Effect": "Allow",
- "Action": [
- "iam:ListRoles",
- "ec2:DescribeKeyPairs",
- "ec2:DescribeRegions",
- "ec2:DescribeSecurityGroups",
- "ec2:DescribeSubnets",
- "ec2:DescribeVpcs"
- ],
- "Resource": "*"
- }
- ]
-}