We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a185d23 commit 41ed7c0Copy full SHA for 41ed7c0
cloud-formation/ecs.yaml
@@ -32,6 +32,7 @@ Resources:
32
Type: AWS::EC2::SecurityGroup
33
Properties:
34
GroupName: GoCaptureSecurityGroup
35
+ GroupDescription: Security Group for Go Capture ECS Service
36
VpcId: !Ref Vpc
37
PublicSubnet:
38
Type: AWS::EC2::Subnet
cloud-formation/github-role.yaml
@@ -112,7 +112,8 @@ Resources:
112
{
113
"Effect": "Allow",
114
"Action": [
115
- "ec2:CreateVpc"
+ "ec2:CreateVpc",
116
+ "ec2:DeleteVpc"
117
],
118
"Resource": "*"
119
}
0 commit comments