File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -68,15 +68,15 @@ Resources:
68
68
- !ImportValue VPC-PublicSubnetD
69
69
- !ImportValue VPC-PublicSubnetE
70
70
71
- HttpListener :
72
- Type : AWS::ElasticLoadBalancingV2::Listener
73
- Properties :
74
- DefaultActions :
75
- - Type : forward
76
- TargetGroupArn : !Ref TargetGroup
77
- LoadBalancerArn : !Ref LoadBalancer
78
- Port : 80
79
- Protocol : HTTP
71
+ # HttpListener:
72
+ # Type: AWS::ElasticLoadBalancingV2::Listener
73
+ # Properties:
74
+ # DefaultActions:
75
+ # - Type: forward
76
+ # TargetGroupArn: !Ref TargetGroup
77
+ # LoadBalancerArn: !Ref LoadBalancer
78
+ # Port: 80
79
+ # Protocol: HTTP
80
80
81
81
HttpsListener :
82
82
Type : AWS::ElasticLoadBalancingV2::Listener
@@ -123,7 +123,7 @@ Resources:
123
123
ECSService :
124
124
Type : " AWS::ECS::Service"
125
125
DependsOn :
126
- - HttpListener
126
+ # - HttpListener
127
127
- HttpsListener
128
128
Properties :
129
129
Cluster : !Ref ECSCluster
You can’t perform that action at this time.
0 commit comments