Skip to content

Commit e2983b1

Browse files
committed
Merge remote-tracking branch 'upstream/master'
2 parents c66f993 + 039856a commit e2983b1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

website/docs/d/cbs_storages.html.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,6 @@ In addition to all arguments above, the following attributes are exported:
5252
* `storage_type` - Types of storage medium.
5353
* `storage_usage` - Types of CBS.
5454
* `tags` - The available tags within this CBS.
55+
* `throughput_performance` - Add extra performance to the data disk. Only works when disk type is `CLOUD_TSSD` or `CLOUD_HSSD`.
5556

5657

website/docs/r/kubernetes_cluster_attachment.html.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ The following arguments are supported:
106106

107107
* `cluster_id` - (Required, ForceNew) ID of the cluster.
108108
* `instance_id` - (Required, ForceNew) ID of the CVM instance, this cvm will reinstall the system.
109+
* `hostname` - (Optional, ForceNew) The host name of the attached instance. Dot (.) and dash (-) cannot be used as the first and last characters of HostName and cannot be used consecutively. Windows example: The length of the name character is [2, 15], letters (capitalization is not restricted), numbers and dashes (-) are allowed, dots (.) are not supported, and not all numbers are allowed. Examples of other types (Linux, etc.): The character length is [2, 60], and multiple dots are allowed. There is a segment between the dots. Each segment allows letters (with no limitation on capitalization), numbers and dashes (-).
109110
* `key_ids` - (Optional, ForceNew) The key pair to use for the instance, it looks like skey-16jig7tx, it should be set if `password` not set.
110111
* `labels` - (Optional, ForceNew) Labels of tke attachment exits CVM.
111112
* `password` - (Optional, ForceNew) Password to access, should be set if `key_ids` not set.

0 commit comments

Comments
 (0)