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
Victor Geraldsson 2020-11-19 09:31:35 +01:00
parent 9b05739ea6
commit b3c990b665
1 changed files with 1 additions and 0 deletions

View File

@ -345,6 +345,7 @@ Resources:
ResourceSignal:
Timeout: PT30M
Count: '1'
DependsOn: 'OpenviduServer'
WebServerSecurityGroup:
Type: 'AWS::EC2::SecurityGroup'