Skip to content

Commit bee3b97

Browse files
committed
add
1 parent bfc32a9 commit bee3b97

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

tencentcloud/services/vpn/resource_tc_vpn_ssl_server.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,19 +65,19 @@ func ResourceTencentCloudVpnSslServer() *schema.Resource {
6565
"integrity_algorithm": {
6666
Type: schema.TypeString,
6767
Optional: true,
68-
Description: "The integrity algorithm. Valid values: SHA1, MD5 and NONE. Default value: NONE.",
68+
Description: "The integrity algorithm. Valid values: SHA1. Default value: SHA1.",
6969
},
7070
"encrypt_algorithm": {
7171
Type: schema.TypeString,
7272
Optional: true,
73-
Description: "The encrypt algorithm. Valid values: AES-128-CBC, AES-192-CBC, AES-256-CBC, NONE." +
74-
"Default value: NONE.",
73+
Description: "The encrypt algorithm. Valid values: AES-128-CBC, AES-192-CBC, AES-256-CBC." +
74+
"Default value: AES-128-CBC.",
7575
},
7676
"compress": {
7777
Type: schema.TypeBool,
7878
Optional: true,
7979
Default: svccvm.FALSE,
80-
Description: "Need compressed. Currently is not support compress. Default value: False.",
80+
Description: "Need compressed. Currently is not supports compress. Default value: False.",
8181
},
8282
},
8383
}

website/docs/r/vpn_ssl_server.html.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ The following arguments are supported:
3737
* `remote_address` - (Required, String) Remote CIDR for client.
3838
* `ssl_vpn_server_name` - (Required, String) The name of ssl vpn server to be created.
3939
* `vpn_gateway_id` - (Required, String, ForceNew) VPN gateway ID.
40-
* `compress` - (Optional, Bool) Need compressed. Currently is not support compress. Default value: False.
41-
* `encrypt_algorithm` - (Optional, String) The encrypt algorithm. Valid values: AES-128-CBC, AES-192-CBC, AES-256-CBC, NONE.Default value: NONE.
42-
* `integrity_algorithm` - (Optional, String) The integrity algorithm. Valid values: SHA1, MD5 and NONE. Default value: NONE.
40+
* `compress` - (Optional, Bool) Need compressed. Currently is not supports compress. Default value: False.
41+
* `encrypt_algorithm` - (Optional, String) The encrypt algorithm. Valid values: AES-128-CBC, AES-192-CBC, AES-256-CBC.Default value: AES-128-CBC.
42+
* `integrity_algorithm` - (Optional, String) The integrity algorithm. Valid values: SHA1. Default value: SHA1.
4343
* `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

0 commit comments

Comments
 (0)