Skip to content

Commit

Permalink
Remove ignored From/ToPort with -1 protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrisbin committed Jul 11, 2024
1 parent 4b19a4a commit 90327cd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions cg-app/templates/services/ec2/asg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,6 @@ Resources:
SecurityGroupEgress:
- CidrIp: 0.0.0.0/0
IpProtocol: "-1"
FromPort: -1
ToPort: -1

LogGroup:
Type: AWS::Logs::LogGroup
Expand Down
2 changes: 0 additions & 2 deletions cg-app/templates/services/fargate/backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ Resources:
CidrIp: 0.0.0.0/0
GroupId: !GetAtt SecurityGroup.GroupId
IpProtocol: "-1"
FromPort: -1
ToPort: -1

Service:
Condition: HasService
Expand Down

0 comments on commit 90327cd

Please sign in to comment.