Skip to content

Commit c944503

Browse files
committed
add
1 parent a734973 commit c944503

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tencentcloud/services/vpn/resource_tc_vpn_ssl_server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ func ResourceTencentCloudVpnSslServer() *schema.Resource {
6060
"ssl_vpn_port": {
6161
Type: schema.TypeInt,
6262
Optional: true,
63-
Description: "The port of ssl vpn. Default value: 1194.",
63+
Description: "The port of ssl vpn. Currently only supports UDP. Default value: 1194.",
6464
},
6565
"integrity_algorithm": {
6666
Type: schema.TypeString,

website/docs/r/vpn_ssl_server.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The following arguments are supported:
4040
* `compress` - (Optional, Bool) need compressed. Default value: False.
4141
* `encrypt_algorithm` - (Optional, String) The encrypt algorithm. Valid values: AES-128-CBC, AES-192-CBC, AES-256-CBC, NONE.Default value: NONE.
4242
* `integrity_algorithm` - (Optional, String) The integrity algorithm. Valid values: SHA1, MD5 and NONE. Default value: NONE.
43-
* `ssl_vpn_port` - (Optional, Int) The port of ssl vpn. Default value: 1194.
43+
* `ssl_vpn_port` - (Optional, Int) The port of ssl vpn. Currently only supports UDP. Default value: 1194.
4444
* `ssl_vpn_protocol` - (Optional, String) The protocol of ssl vpn. Default value: UDP.
4545

4646
## Attributes Reference

0 commit comments

Comments
 (0)