@@ -27,8 +27,9 @@ module "lb-tcp" {
2727 # attributes = ["role", "policy", "use", ""]
2828 # tags = "${map("Key", "Value")}"
2929 # enabled = false
30- # health_check_path = ""
31- security_groups = [" sg-a5bf1cd8" ] # Need at least 1
30+ health_check_path = " /healthcheck"
31+ health_check_port = " 3199"
32+ security_groups = [" sg-bef0a5c2" ] # Need at least 1
3233 lb_protocols = [" HTTP" ," HTTPS" ]
3334 type = " network"
3435 subnets = " ${ data . aws_subnet_ids . private_subnet_ids . ids } "
@@ -50,7 +51,7 @@ module "lb-http" {
5051 # tags = "${map("Key", "Value")}"
5152 # enabled = false
5253 # health_check_path = ""
53- security_groups = [" sg-a5bf1cd8 " ] # Need at least 1
54+ security_groups = [" sg-bef0a5c2 " ] # Need at least 1
5455 lb_protocols = [" HTTP" ]
5556 # type = "network"
5657 subnets = " ${ data . aws_subnet_ids . private_subnet_ids . ids } "
@@ -74,7 +75,7 @@ module "lb-https" {
7475 # health_check_path = ""
7576 internal = false # PUBLIC
7677 # security_groups = ["sg-a5bf1cd8"] # Need at least 1
77- security_groups = [" sg-422c923e " ] # PUBLIC -> use whitelist SG
78+ security_groups = [" sg-bef0a5c2 " ] # PUBLIC -> use whitelist SG
7879 lb_protocols = [" HTTPS" ]
7980 # type = "network"
8081 # subnets = "${data.aws_subnet_ids.private_subnet_ids.ids}"
0 commit comments