-
Notifications
You must be signed in to change notification settings - Fork 9.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
```release-note:enhancement | ||
resource/aws_lb_target_group: Add `target_health_state` block with attribute `enable_unhealthy_connection_termination` to disabling connection termination for unhealthy targets on NLB | ||
resource/aws_lb_target_group: Removes the default `false` value for the `connection_termination` attribute to support new default behavior for UDP/TCP_UDP target groups | ||
``` | ||
resource/aws_lb_target_group: Add `target_health_state` configuration block | ||
``` | ||
|
||
```release-note:enhancement | ||
resource/aws_lb_target_group: Remove default value (`false`) for `connection_termination` argument and mark as Computed, to support new default behavior for UDP/TCP_UDP target groups | ||
``` |