Skip to content

Commit

Permalink
Fix ip protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoVictor committed Jun 17, 2024
1 parent 11178aa commit 50dcd07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ Resources:
ToPort: 443
SourceSecurityGroupId: !GetAtt LambdaSecurityGroup.GroupId
SecurityGroupEgress:
- IpProtocol: 443
- IpProtocol: tcp
FromPort: 443
ToPort: 443
DestinationSecurityGroupId: !GetAtt LambdaSecurityGroup.GroupId
Expand Down

0 comments on commit 50dcd07

Please sign in to comment.