Remove unnecessary condition for SecurityGroupIngress in CloudFormation templates
This commit is contained in:
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…
x
Reference in New Issue
Block a user