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
When creating a CVM from Tencent Cloud console, CLOUD_HSSD(增强型SSD) can be used for both system disk and data disk without any issue. However, when I do the same thing via Terraform, it results in the following errors.
Error: "system_disk_type" must contain a valid string value must in array []string{"LOCAL_BASIC", "LOCAL_SSD", "CLOUD_BASIC", "CLOUD_SSD", "CLOUD_PREMIUM", "CLOUD_BSSD"}, got "CLOUD_HSSD" (for system disk)
Error: [TencentCloudSDKError] Code=InvalidParameter, Message=[19041]CVM not support the required disk, RequestId=baf61d4e-14c2-41aa-bd77-9ddf0073ec37 (for data disk)
I observe this issue on the latest version (1.81.24).
The text was updated successfully, but these errors were encountered:
When creating a CVM from Tencent Cloud console, CLOUD_HSSD(增强型SSD) can be used for both system disk and data disk without any issue. However, when I do the same thing via Terraform, it results in the following errors.
Error: "system_disk_type" must contain a valid string value must in array []string{"LOCAL_BASIC", "LOCAL_SSD", "CLOUD_BASIC", "CLOUD_SSD", "CLOUD_PREMIUM", "CLOUD_BSSD"}, got "CLOUD_HSSD" (for system disk)
Error: [TencentCloudSDKError] Code=InvalidParameter, Message=[19041]CVM not support the required disk, RequestId=baf61d4e-14c2-41aa-bd77-9ddf0073ec37 (for data disk)
I observe this issue on the latest version (1.81.24).
The text was updated successfully, but these errors were encountered: