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

Commit 1d6ccea

Browse files
authored
Merge pull request #77 from kirankumar15/main
Fix outbound SecurityGroup rule to allow access Internet
2 parents f33304f + 3543753 commit 1d6ccea

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)