File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ In order to run all checks at any point run the following command:
4343
4444| Name | Version |
4545| ------| ---------|
46- | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | 5.92 .0 |
46+ | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | 5.93 .0 |
4747| <a name =" provider_random " ></a > [ random] ( #provider\_ random ) | 3.7.1 |
4848
4949## Modules
Original file line number Diff line number Diff line change @@ -185,6 +185,7 @@ resource "aws_lb_target_group" "lb_https_tgs" {
185185 enabled = var. target_group_health_check_enabled
186186 interval = var. target_group_health_check_interval
187187 path = var. target_group_health_check_path
188+ port = var. target_group_health_check_port
188189 protocol = lookup (each. value , " target_group_protocol" , " HTTP" )
189190 timeout = var. target_group_health_check_timeout
190191 healthy_threshold = var. target_group_health_check_healthy_threshold
You can’t perform that action at this time.
0 commit comments