feat(loadbalancer): support for idle timeout (TCP and UDP) (#1039)
This commit is contained in:
parent
e0b2c098f2
commit
e4e2e55e94
8 changed files with 371 additions and 75 deletions
|
|
@ -77,6 +77,9 @@ resource "stackit_loadbalancer" "example" {
|
|||
port = 80
|
||||
protocol = "PROTOCOL_TCP"
|
||||
target_pool = "example-target-pool"
|
||||
tcp = {
|
||||
idle_timeout = "90s"
|
||||
}
|
||||
}
|
||||
]
|
||||
networks = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue