fix: health check protocol must be capitalized
Signed-off-by: matttrach <matt.trachier@suse.com>
This commit is contained in:
parent
8a61e57d04
commit
a904202a27
|
|
@ -96,7 +96,7 @@ resource "aws_lb_target_group" "created" {
|
|||
health_check {
|
||||
enabled = true
|
||||
port = each.value.port
|
||||
protocol = each.value.protocol
|
||||
protocol = upper(each.value.protocol)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue