-
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 #22793 from thiagokiyota/enhancement-ec2_client_vp…
…n_endpoint resource/aws_ec2_client_vpn_endpoint: Various new arguments
- Loading branch information
Showing
15 changed files
with
1,252 additions
and
460 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_ec2_client_vpn_endpoint: Add `session_timeout_hours` argument | ||
``` | ||
|
||
```release-note:bug-fix | ||
resource/aws_ec2_client_vpn_endpoint: Prevent `InvalidParameterValue: DNS servers config is conflicting` error when disabling DNS servers | ||
``` | ||
|
||
```release-note:enhancement | ||
resource/aws_ec2_client_vpn_endpoint: Add `vpn_port` argument | ||
``` | ||
|
||
```release-note:enhancement | ||
resource/aws_ec2_client_vpn_endpoint: Add `client_connect_options` argument | ||
``` | ||
|
||
```release-note:enhancement | ||
resource/aws_ec2_client_vpn_endpoint: Add `client_login_banner_options` argument | ||
``` |
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
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.