Skip to content

Commit

Permalink
remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielCliftonGuardian committed Aug 3, 2023
1 parent 5821129 commit a56c8f0
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions dotcom-rendering/cloudformation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,32 +81,6 @@ Mappings:
MaxCapacity: 4

Resources:
# InternalLoadBalancerSecurityGroup:
# Type: AWS::EC2::SecurityGroup
# Properties:
# GroupDescription: Allows HTTP and HTTPS inbound connections from within the VPC
# VpcId:
# Ref: VpcId
# SecurityGroupIngress:
# - IpProtocol: tcp
# FromPort: '80'
# ToPort: '80'
# CidrIp: !Ref VPCIpBlock
# - IpProtocol: tcp
# FromPort: '443'
# ToPort: '443'
# CidrIp: !Ref VPCIpBlock
# Tags:
# - Key: Stage
# Value:
# Ref: Stage
# - Key: Stack
# Value:
# Fn::FindInMap: [Constants, Stack, Value]
# - Key: App
# Value:
# Fn::FindInMap: [Constants, App, Value]

InstanceSecurityGroup:
Type: AWS::EC2::SecurityGroup
Properties:
Expand Down

0 comments on commit a56c8f0

Please sign in to comment.