Skip to content

Commit bfc32a9

Browse files
committed
add
1 parent cd32079 commit bfc32a9

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
@@ -77,7 +77,7 @@ func ResourceTencentCloudVpnSslServer() *schema.Resource {
7777
Type: schema.TypeBool,
7878
Optional: true,
7979
Default: svccvm.FALSE,
80-
Description: "need compressed. Default value: False.",
80+
Description: "Need compressed. Currently is not support compress. Default value: False.",
8181
},
8282
},
8383
}

website/docs/r/vpn_ssl_server.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ 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. Default value: False.
40+
* `compress` - (Optional, Bool) Need compressed. Currently is not support compress. 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.
4343
* `ssl_vpn_port` - (Optional, Int) The port of ssl vpn. Currently only supports UDP. Default value: 1194.

0 commit comments

Comments
 (0)