Skip to content

Commit 3dca01e

Browse files
committed
make doc again
1 parent 087739f commit 3dca01e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

website/docs/r/instance.html.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +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.
9899
* `key_name` - (Optional) The key pair to use for the instance, it looks like `skey-16jig7tx`.
99100
* `password` - (Optional) Password for the instance. In order for the new password to take effect, the instance will be restarted after the password change.
100101
* `placement_group_id` - (Optional, ForceNew) The ID of a placement group.

0 commit comments

Comments
 (0)