mirror of https://github.com/OpenVidu/openvidu.git
openvidu-deployment: Fix cloudformation wait condition
Adds DependsOn to avoid getting stuck waiting for the finish signal after it has already been sent.pull/561/head
parent
9b05739ea6
commit
b3c990b665
|
@ -345,6 +345,7 @@ Resources:
|
|||
ResourceSignal:
|
||||
Timeout: PT30M
|
||||
Count: '1'
|
||||
DependsOn: 'OpenviduServer'
|
||||
|
||||
WebServerSecurityGroup:
|
||||
Type: 'AWS::EC2::SecurityGroup'
|
||||
|
|
Loading…
Reference in New Issue