Support for setting Load Balancer Listener timeout
Closed this issue · 2 comments
Support setting the idle_connection_timeout when deploying a Load Balancer
Currently the SLZ override.json file supports setting several properties of the Load Balancer (see this section of the override.json file).
The ibm_is_lb_listener terraform module supports the idle_connection_timeout. Please see: https://registry.terraform.io/providers/IBM-Cloud/ibm/latest/docs/resources/is_lb_listener#idle_connection_timeout
Please support the ability for the user to add a property in the override.json file which will set the idle_connection_timeout.
New or affected modules
Load Balancer: https://github.com/terraform-ibm-modules/terraform-ibm-landing-zone-vsi/blob/main/load_balancer.tf#L82
Initial PR in VSI module: terraform-ibm-modules/terraform-ibm-landing-zone-vsi#569