Skip to content

Commit cf2a638

Browse files
committed
fix description
1 parent 03e9b74 commit cf2a638

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tencentcloud/resource_tc_instance.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ func resourceTencentCloudInstance() *schema.Resource {
344344
Default: false,
345345
ForceNew: true,
346346
ConflictsWith: []string{"key_name", "password"},
347-
Description: "Whether to keep image login or not, default is `false`. It can be set `true` with private images, shared images and imported images.",
347+
Description: "Whether to keep image login or not, default is `false`. When the image type is private or shared or imported, this parameter can be set `true`.",
348348
},
349349
"user_data": {
350350
Type: schema.TypeString,

website/docs/r/instance.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ The following arguments are supported:
9595
* `instance_type` - (Optional) The type of the instance.
9696
* `internet_charge_type` - (Optional, ForceNew) Internet charge type of the instance, Valid values are `BANDWIDTH_PREPAID`, `TRAFFIC_POSTPAID_BY_HOUR`, `BANDWIDTH_POSTPAID_BY_HOUR` and `BANDWIDTH_PACKAGE`. This value does not need to be set when `allocate_public_ip` is false.
9797
* `internet_max_bandwidth_out` - (Optional) Maximum outgoing bandwidth to the public network, measured in Mbps (Mega bits per second). This value does not need to be set when `allocate_public_ip` is false.
98-
* `keep_image_login` - (Optional, ForceNew) Whether to keep image login or not, default is `false`. It can be set `true` with private images, shared images and imported images.
98+
* `keep_image_login` - (Optional, ForceNew) Whether to keep image login or not, default is `false`. When the image type is private or shared or imported, this parameter can be set `true`.
9999
* `key_name` - (Optional) The key pair to use for the instance, it looks like `skey-16jig7tx`.
100100
* `password` - (Optional) Password for the instance. In order for the new password to take effect, the instance will be restarted after the password change.
101101
* `placement_group_id` - (Optional, ForceNew) The ID of a placement group.

0 commit comments

Comments
 (0)