HOTFIX: Fix healthcheck protocol
This commit is contained in:
		@ -38,7 +38,7 @@ Resources:
 | 
				
			|||||||
    Type: AWS::ElasticLoadBalancingV2::TargetGroup
 | 
					    Type: AWS::ElasticLoadBalancingV2::TargetGroup
 | 
				
			||||||
    Properties:
 | 
					    Properties:
 | 
				
			||||||
      HealthCheckPort: 80
 | 
					      HealthCheckPort: 80
 | 
				
			||||||
      HealthCheckProtocol: HTTP
 | 
					      HealthCheckProtocol: TCP
 | 
				
			||||||
      Port: 7777
 | 
					      Port: 7777
 | 
				
			||||||
      Protocol: TCP_UDP
 | 
					      Protocol: TCP_UDP
 | 
				
			||||||
      TargetGroupAttributes:
 | 
					      TargetGroupAttributes:
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user