Fix a few typos in comments

This commit is contained in:
Dalton Hubble
2018-04-15 17:21:49 -07:00
parent 9789881243
commit 23a8156bdf
2 changed files with 5 additions and 5 deletions

View File

@ -43,7 +43,7 @@ resource "aws_lb_target_group" "workers-http" {
protocol = "TCP"
port = 80
# Ingress Controller HTTP health check
# HTTP health check for ingress
health_check {
protocol = "HTTP"
port = 10254
@ -66,7 +66,7 @@ resource "aws_lb_target_group" "workers-https" {
protocol = "TCP"
port = 443
# Ingress Controller HTTP health check
# HTTP health check for ingress
health_check {
protocol = "HTTP"
port = 10254