Skip to content

Commit 1074a92

Browse files
committed
Add ec2:DeleteSecurityGroup and ec2:DeleteSubnet permissions to GithubRole
1 parent 2b41091 commit 1074a92

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cloud-formation/github-role.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,8 @@ Resources:
119119
"ec2:CreateSubnet",
120120
"ec2:CreateTags",
121121
"ec2:CreateVpc",
122+
"ec2:DeleteSecurityGroup",
123+
"ec2:DeleteSubnet",
122124
"ec2:DeleteVpc",
123125
"ec2:DescribeSecurityGroups",
124126
"ec2:DescribeVpcs",

0 commit comments

Comments
 (0)