Skip to content

Commit 0182ec5

Browse files
committed
add
1 parent 9d5131a commit 0182ec5

File tree

2 files changed

+113
-8
lines changed

2 files changed

+113
-8
lines changed

tencentcloud/services/thpc/resource_tc_thpc_workspaces.go

Lines changed: 112 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/docs/r/thpc_workspaces.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ The `data_disks` object supports the following:
247247
* `delete_with_instance` - (Optional, Bool) Decides whether the disk is deleted with instance(only applied to `CLOUD_BASIC`, `CLOUD_SSD` and `CLOUD_PREMIUM` disk with `POSTPAID_BY_HOUR` instance), Default is true.
248248
* `disk_id` - (Optional, String) Data disk ID used to initialize the data disk. When data disk type is `LOCAL_BASIC` and `LOCAL_SSD`, disk id is not supported.
249249
* `disk_size` - (Optional, Int) Size of the data disk, and unit is GB.
250-
* `disk_type` - (Optional, String) Data disk type.
250+
* `disk_type` - (Optional, String) Data disk type. For more information about limits on different data disk types, see [Storage Overview](https://intl.cloud.tencent.com/document/product/213/4952). Valid values: LOCAL_BASIC: local disk, LOCAL_SSD: local SSD disk, LOCAL_NVME: local NVME disk, specified in the InstanceType, LOCAL_PRO: local HDD disk, specified in the InstanceType, CLOUD_BASIC: HDD cloud disk, CLOUD_PREMIUM: Premium Cloud Storage, CLOUD_SSD: SSD, CLOUD_HSSD: Enhanced SSD, CLOUD_TSSD: Tremendous SSD, CLOUD_BSSD: Balanced SSD.
251251
* `encrypt` - (Optional, Bool) Decides whether the disk is encrypted. Default is `false`.
252252
* `kms_key_id` - (Optional, String) Kms key ID.
253253
* `snapshot_id` - (Optional, String) Snapshot ID of the data disk. The selected data disk snapshot size must be smaller than the data disk size.

0 commit comments

Comments
 (0)