Add Parameter for ALB Deregistration Delay
Please note this is a feature update to the terraform 0.11 trunk. The feature will come to the terraform 0.12 branch at a future date.
Changes:
- add new parameter
alb_deregistration_delay
which passes through to theaws_alb_target_group
'sderegistration_delay
parameter. This allows the customization of how long it takes containers in the service to drop out of the target group. The default is 300 seconds which matches the default on theaws_alb_target_group
resource block.