Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tencentcloud/resource_tc_cbs_storage.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func resourceTencentCloudCbsStorage() *schema.Resource {
Type: schema.TypeString,
Required: true,
ForceNew: true,
Description: "Type of CBS medium. Valid values: CLOUD_BASIC, CLOUD_PREMIUM, CLOUD_SSD, CLOUD_TSSD and CLOUD_HSSD.",
Description: "Type of CBS medium. Valid values: CLOUD_PREMIUM, CLOUD_SSD, CLOUD_TSSD and CLOUD_HSSD.",
},
"storage_size": {
Type: schema.TypeInt,
Expand Down
1 change: 0 additions & 1 deletion tencentcloud/resource_tc_instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ func resourceTencentCloudInstance() *schema.Resource {
"instance_count": {
Type: schema.TypeInt,
Optional: true,
Default: 1,
Deprecated: "It has been deprecated from version 1.59.18. Use built-in `count` instead.",
ValidateFunc: validateIntegerInRange(1, 100),
Description: "The number of instances to be purchased. Value range:[1,100]; default value: 1.",
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/cbs_storage.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The following arguments are supported:
* `availability_zone` - (Required, ForceNew) The available zone that the CBS instance locates at.
* `storage_name` - (Required) Name of CBS. The maximum length can not exceed 60 bytes.
* `storage_size` - (Required) Volume of CBS, and unit is GB. If storage type is `CLOUD_SSD`, the size range is [100, 16000], and the others are [10-16000].
* `storage_type` - (Required, ForceNew) Type of CBS medium. Valid values: CLOUD_BASIC, CLOUD_PREMIUM, CLOUD_SSD, CLOUD_TSSD and CLOUD_HSSD.
* `storage_type` - (Required, ForceNew) Type of CBS medium. Valid values: CLOUD_PREMIUM, CLOUD_SSD, CLOUD_TSSD and CLOUD_HSSD.
* `charge_type` - (Optional) The charge type of CBS instance. Valid values are `PREPAID` and `POSTPAID_BY_HOUR`. The default is `POSTPAID_BY_HOUR`.
* `encrypt` - (Optional, ForceNew) Indicates whether CBS is encrypted.
* `force_delete` - (Optional) Indicate whether to delete CBS instance directly or not. Default is false. If set true, the instance will be deleted instead of staying recycle bin.
Expand Down