You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
Param deregistration_delay could be set to 0 in AWS web console, which means disable deregistration delay.
But if I set this param to 0 in terraform, the created target group has a 300s deregistration delay, which is the default value in AWS webconsole.
Expected Behavior: 0s of deregistration delay
Actual Behavior: 300s of deregistration delay
This ONLY happens when new targetgroup creation. In case of updating or changing, this parameter works good.
Not a native English speaker, sorry for any grammatical mistakes:)
Terraform Version:
Terraform v0.11.4
Resource: aws_lb_target_group
Parameter: deregistration_delay
Description:
Param deregistration_delay could be set to 0 in AWS web console, which means disable deregistration delay.
But if I set this param to 0 in terraform, the created target group has a 300s deregistration delay, which is the default value in AWS webconsole.
Expected Behavior: 0s of deregistration delay
Actual Behavior: 300s of deregistration delay
This ONLY happens when new targetgroup creation. In case of updating or changing, this parameter works good.
Configuration:
#3152
The text was updated successfully, but these errors were encountered: