-
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.
Merge pull request #33205 from elchead/allow-to-add-subnets-to-lb
fix: allow to add subnets/-mappings to a Network LoadBalancer
- Loading branch information
Showing
4 changed files
with
462 additions
and
73 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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
```release-note:enhancement | ||
resource/aws_lb: Allow the number of `subnets` for Network Load Balancers to be increased without recreating the resource | ||
``` | ||
|
||
```release-note:enhancement | ||
resource/aws_lb: Add plan-time validation that exactly one of either `subnets` or `subnet_mapping` is configured | ||
``` | ||
|
||
```release-note:enhancement | ||
resource/aws_lb: Allow the number of `subnet_mapping`s for Network Load Balancers to be increased without recreating the resource | ||
``` | ||
|
||
```release-note:enhancement | ||
resource/aws_lb: Allow the number of `subnet_mapping`s for Application Load Balancers to be changed without recreating the resource | ||
``` | ||
|
||
```release-note:bug | ||
resource/aws_lb: Correct in-place update of `security_groups` for Network Load Balancers when the new value is Computed | ||
``` |
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
Oops, something went wrong.