Skip to content

Commit

Permalink
Merge pull request #46 from oozou/feat/update-override-port-healthcheck
Browse files Browse the repository at this point in the history
feat/update-override-port-healthcheck
  • Loading branch information
thamkrabok committed Jul 22, 2024
2 parents a01ff5e + b900548 commit 4e1f8ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ resource "aws_lb_target_group" "this" {
healthy_threshold = lookup(each.value.health_check, "healthy_threshold", null)
unhealthy_threshold = lookup(each.value.health_check, "unhealthy_threshold", null)
matcher = lookup(each.value.health_check, "matcher", null)
port = lookup(each.value.health_check, "port", null)
}

dynamic "stickiness" {
Expand Down

0 comments on commit 4e1f8ba

Please sign in to comment.