-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathterraform-policy.json
131 lines (131 loc) · 4.95 KB
/
terraform-policy.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "VisualEditor0",
"Effect": "Allow",
"Action": [
"ec2:AuthorizeSecurityGroupIngress",
"ec2:DeleteVpcEndpoints",
"ec2:AttachInternetGateway",
"ec2:CreateRoute",
"ec2:DescribeVolumes",
"ec2:DescribeManagedPrefixLists",
"ec2:DescribeVolumeAttribute",
"ec2:DeleteDhcpOptions",
"ec2:DeleteNatGateway",
"ec2:ModifyVpcEndpoint",
"ec2:CreateVpc",
"ec2:DescribeVpcEndpointServices",
"ec2:DeleteLaunchTemplateVersions",
"ec2:ReleaseAddress",
"ec2:AssociateDhcpOptions",
"ec2:DescribeSecurityGroups",
"ec2:DeleteVpcEndpointConnectionNotifications",
"ec2:DeleteSubnet",
"ec2:CreateVpcEndpointConnectionNotification",
"ec2:DeleteNetworkInterface",
"ec2:DescribeVpcEndpointServiceConfigurations",
"ec2:DescribePrefixLists",
"ec2:DeleteVpc",
"ec2:AssociateAddress",
"ec2:DescribeAddresses",
"ec2:DeleteNetworkInterfacePermission",
"ec2:DescribeLaunchTemplateVersions",
"ec2:CreateLaunchTemplateVersion",
"ec2:DeleteSecurityGroup",
"ec2:ModifyLaunchTemplate",
"ec2:CreateDhcpOptions",
"ec2:DeleteRouteTable",
"ec2:RevokeSecurityGroupEgress",
"ec2:CreateInternetGateway",
"ec2:DeleteInternetGateway",
"ec2:CreateTags",
"ec2:DisassociateRouteTable",
"ec2:RevokeSecurityGroupIngress",
"ec2:CreateSubnet",
"ec2:DescribeSubnets",
"ec2:AttachVolume",
"ec2:DisassociateAddress",
"ec2:CreateNatGateway",
"ec2:DescribeVpcAttribute",
"ec2:DeleteLaunchTemplate",
"ec2:CreateLaunchTemplate",
"ec2:DescribeVpcs",
"ec2:AssociateRouteTable",
"ec2:DescribeInternetGateways",
"ec2:GetLaunchTemplateData",
"ec2:DescribeRouteTables",
"ec2:DescribeLaunchTemplates",
"ec2:CreateRouteTable",
"ec2:DetachInternetGateway",
"ec2:ModifyVpcEndpointConnectionNotification",
"ec2:DescribeVpcEndpoints",
"ec2:DescribeDhcpOptions",
"ec2:AuthorizeSecurityGroupEgress",
"ec2:DetachNetworkInterface",
"ec2:DescribeNetworkInterfaces",
"ec2:CreateSecurityGroup",
"ec2:DescribeTags",
"ec2:DeleteRoute",
"ec2:DescribeNatGateways",
"ec2:ModifyVpcAttribute",
"ec2:AllocateAddress",
"ec2:CreateVpcEndpoint",
"iam:ListInstanceProfilesForRole",
"iam:ListRolePolicies",
"iam:GetRole",
"iam:TagPolicy",
"iam:UntagRole",
"iam:TagRole",
"iam:PassRole",
"iam:DeleteRolePolicy",
"iam:ListRoles",
"iam:CreatePolicy",
"iam:GetPolicyVersion",
"iam:DeletePolicy",
"iam:CreatePolicyVersion",
"iam:ListPolicyVersions",
"iam:GetPolicy",
"iam:ListEntitiesForPolicy",
"iam:DeleteRole",
"iam:ListPolicyTags",
"iam:CreateRole",
"iam:AttachRolePolicy",
"iam:UntagPolicy",
"iam:SetDefaultPolicyVersion",
"iam:DetachRolePolicy",
"iam:DeleteUserPolicy",
"iam:AttachUserPolicy",
"iam:ListAttachedRolePolicies",
"iam:DeletePolicyVersion",
"logs:ListLogDeliveries",
"logs:TagLogGroup",
"logs:ListTagsForResource",
"logs:ListTagsLogGroup",
"logs:DeleteLogStream",
"logs:UntagLogGroup",
"logs:GetLogEvents",
"logs:CreateLogGroup",
"logs:DescribeLogGroups",
"logs:DeleteLogGroup",
"logs:PutLogEvents"
],
"Resource": "*"
},
{
"Sid": "VisualEditor1",
"Effect": "Allow",
"Action": [
"s3:PutObject",
"s3:GetObject",
"s3:ListBucket",
"s3:DeleteObject"
],
"Resource": [
"arn:aws:s3:::ise-terraform-test-poc",
"arn:aws:s3:::ise-terraform-test-poc/*"
]
}
]
}