Removing custom health check for now

This commit is contained in:
shockrah 2022-12-27 21:06:20 -08:00
parent 00edcc64af
commit dcd3da5e47

View File

@ -23,12 +23,6 @@ resource "aws_lb_target_group" "alpha_cluster" {
protocol = "HTTP"
target_type = "ip"
vpc_id = aws_vpc.athens_vpc.id
health_check {
path = "/"
matcher = "200-299"
port = 80
interval = 60
}
}
resource "aws_lb_listener" "http" {