You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DeprecationMessage: "This resource will been deprecated in Terraform TencentCloud provider later version. Please use `tencentcloud_serverless_hbase_instance` instead.",
Description: "Instance pay mode. Value range: 0: indicates postpay mode, that is, pay-as-you-go.",
38
+
Description: "Instance pay mode. Value range: 0: indicates post-pay mode, that is, pay-as-you-go. 1: indicates pre-pay mode, that is, monthly subscription.",
38
39
},
39
40
40
41
"disk_type": {
41
42
Type: schema.TypeString,
42
43
Required: true,
43
-
Description: "Instance disk type, fill in CLOUD_HSSD to indicate performance cloud storage.",
44
+
Description: "Instance disk type, Value range: CLOUD_HSSD: indicate performance cloud storage(ESSD). CLOUD_BSSD: indicate standard cloud storage(SSD).",
44
45
},
45
46
46
47
"disk_size": {
47
48
Type: schema.TypeInt,
48
49
Required: true,
49
-
Description: "Instance single-node disk capacity, in GB. The single-node disk capacity must be greater than or equal to 100 and less than or equal to 10000, with an adjustment step size of 20.",
50
+
Description: "Instance single-node disk capacity, in GB. The single-node disk capacity must be greater than or equal to 100 and less than or equal to 250 times the number of CPU cores. The capacity adjustment step is 100.",
50
51
},
51
52
52
53
"node_type": {
53
54
Type: schema.TypeString,
54
-
Required: true,
55
+
Optional: true,
55
56
Description: "Instance node type, can be filled in as 4C16G, 8C32G, 16C64G, 32C128G, case insensitive.",
0 commit comments