Skip to content
This repository was archived by the owner on Oct 4, 2024. It is now read-only.

Commit 3543753

Browse files
authored
Update git2s3.template.yaml
Fix security Group outbound rules
1 parent ea0d0e5 commit 3543753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/git2s3.template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -738,7 +738,7 @@ Resources:
738738
Properties:
739739
GroupDescription: Security Group to allow the Lambda function to access the Git service.
740740
SecurityGroupEgress:
741-
- CidrIp: !Ref 'VPCCidrRange'
741+
- CidrIp: 0.0.0.0/0
742742
FromPort: 0
743743
IpProtocol: tcp
744744
ToPort: 65535

0 commit comments

Comments
 (0)