Remove unnecessary condition for SecurityGroupIngress in CloudFormation templates

master
cruizba 2025-06-13 21:37:39 +02:00
parent 237ebe1d59
commit 335fd8e3c3
2 changed files with 0 additions and 2 deletions

View File

@ -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

View File

@ -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