@@ -27,8 +27,9 @@ module "lb-tcp" {
27
27
# attributes = ["role", "policy", "use", ""]
28
28
# tags = "${map("Key", "Value")}"
29
29
# 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
32
33
lb_protocols = [" HTTP" ," HTTPS" ]
33
34
type = " network"
34
35
subnets = " ${ data . aws_subnet_ids . private_subnet_ids . ids } "
@@ -50,7 +51,7 @@ module "lb-http" {
50
51
# tags = "${map("Key", "Value")}"
51
52
# enabled = false
52
53
# health_check_path = ""
53
- security_groups = [" sg-a5bf1cd8 " ] # Need at least 1
54
+ security_groups = [" sg-bef0a5c2 " ] # Need at least 1
54
55
lb_protocols = [" HTTP" ]
55
56
# type = "network"
56
57
subnets = " ${ data . aws_subnet_ids . private_subnet_ids . ids } "
@@ -74,7 +75,7 @@ module "lb-https" {
74
75
# health_check_path = ""
75
76
internal = false # PUBLIC
76
77
# 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
78
79
lb_protocols = [" HTTPS" ]
79
80
# type = "network"
80
81
# subnets = "${data.aws_subnet_ids.private_subnet_ids.ids}"
0 commit comments