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:
|
OpenViduMasterNodeTurnTLSToMediaNodeIngressSG:
|
||||||
Type: AWS::EC2::SecurityGroupIngress
|
Type: AWS::EC2::SecurityGroupIngress
|
||||||
Condition: TurnTLSIsEnabled
|
|
||||||
Properties:
|
Properties:
|
||||||
GroupId: !Ref OpenViduMediaNodeSG
|
GroupId: !Ref OpenViduMediaNodeSG
|
||||||
IpProtocol: tcp
|
IpProtocol: tcp
|
||||||
|
|
|
@ -2104,7 +2104,6 @@ Resources:
|
||||||
|
|
||||||
OpenViduLoadBalancerTurnTLSToMediaNodeIngressSG:
|
OpenViduLoadBalancerTurnTLSToMediaNodeIngressSG:
|
||||||
Type: AWS::EC2::SecurityGroupIngress
|
Type: AWS::EC2::SecurityGroupIngress
|
||||||
Condition: TurnTLSIsEnabled
|
|
||||||
Properties:
|
Properties:
|
||||||
GroupId: !Ref OpenViduMediaNodeSG
|
GroupId: !Ref OpenViduMediaNodeSG
|
||||||
IpProtocol: tcp
|
IpProtocol: tcp
|
||||||
|
|
Loading…
Reference in New Issue