Skip to content

Commit

Permalink
Merge pull request #82 from yoU-Jay/yoU-Jay-patch-1
Browse files Browse the repository at this point in the history
Fixed error when BBBEnvironmentType is set as 'single'
  • Loading branch information
couchgott authored May 6, 2021
2 parents a2dda26 + a46a33b commit 7f3f8de
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 7f3f8de

Please sign in to comment.