mirror of https://github.com/OpenVidu/openvidu.git
Remove unnecessary condition for SecurityGroupIngress in CloudFormation templates
parent
237ebe1d59
commit
335fd8e3c3
|
@ -1752,7 +1752,6 @@ Resources:
|
|||
|
||||
OpenViduMasterNodeTurnTLSToMediaNodeIngressSG:
|
||||
Type: AWS::EC2::SecurityGroupIngress
|
||||
Condition: TurnTLSIsEnabled
|
||||
Properties:
|
||||
GroupId: !Ref OpenViduMediaNodeSG
|
||||
IpProtocol: tcp
|
||||
|
|
|
@ -2104,7 +2104,6 @@ Resources:
|
|||
|
||||
OpenViduLoadBalancerTurnTLSToMediaNodeIngressSG:
|
||||
Type: AWS::EC2::SecurityGroupIngress
|
||||
Condition: TurnTLSIsEnabled
|
||||
Properties:
|
||||
GroupId: !Ref OpenViduMediaNodeSG
|
||||
IpProtocol: tcp
|
||||
|
|
Loading…
Reference in New Issue