Skip to content

Commit

Permalink
missing line
Browse files Browse the repository at this point in the history
'Condition: BBBScalableEnvironment ' should be added after line 90. 
Error Caused: CREATE_FAILED  Template format error: Unresolved resource dependencies [BBBFrontendELBSecurityGroup] in the Resources block of the template. 
Above error is caused while deploying 'Single Server deployments' and can be solved by adding the condition line after line 90.
  • Loading branch information
yoU-Jay authored Apr 25, 2021
1 parent a2dda26 commit 98d7262
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/bbb-on-aws-securitygroups.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ Resources:

BBBECSSecurityGroupPublicHTTP:
Type: AWS::EC2::SecurityGroupIngress
Condition: BBBScalableEnvironment
Properties:
CidrIp: 0.0.0.0/0
IpProtocol: tcp
Expand Down Expand Up @@ -294,4 +295,4 @@ Outputs:
BBBSharedStorageSecurityGroup:
Condition: BBBScalableEnvironment
Description: A reference to the created Security Group for the SharedStorage
Value: !Ref BBBSharedStorageSecurityGroup
Value: !Ref BBBSharedStorageSecurityGroup

0 comments on commit 98d7262

Please sign in to comment.