Skip to content

Commit c407526

Browse files
committed
Add more ec2 permissions to GithubRole
1 parent 9404313 commit c407526

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

cloud-formation/github-role.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,12 @@ Resources:
112112
{
113113
"Effect": "Allow",
114114
"Action": [
115+
"ec2:CreateSecurityGroup",
116+
"ec2:CreateSubnet",
117+
"ec2:CreateTags",
115118
"ec2:CreateVpc",
116-
"ec2:DeleteVpc"
119+
"ec2:DeleteVpc",
120+
"ec2:ModifyVpcAttribute"
117121
],
118122
"Resource": "*"
119123
}

0 commit comments

Comments
 (0)