Skip to content

Add Parameter for ALB Deregistration Delay

Compare
Choose a tag to compare
@anuj-modi anuj-modi released this 08 Nov 20:37
9b797e4

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 the aws_alb_target_group's deregistration_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 the aws_alb_target_group resource block.