Skip to content

Commit 80666bd

Browse files
committed
Add ec2:DisassociateRouteTable and ec2:DeleteRouteTable permissions to GithubRole
1 parent b09f746 commit 80666bd

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
@@ -128,6 +128,7 @@ Resources:
128128
ec2:CreateTags,
129129
ec2:CreateVpc,
130130
ec2:DeleteInternetGateway,
131+
ec2:DeleteRouteTable,
131132
ec2:DeleteSecurityGroup,
132133
ec2:DeleteSubnet,
133134
ec2:DeleteVpc,
@@ -137,6 +138,7 @@ Resources:
137138
ec2:DescribeSubnets,
138139
ec2:DescribeVpcs,
139140
ec2:DetachInternetGateway,
141+
ec2:DisassociateRouteTable,
140142
ec2:ModifySubnetAttribute,
141143
ec2:ModifyVpcAttribute
142144
],

0 commit comments

Comments
 (0)