Skip to content

Commit 4de5862

Browse files
author
ivan
committed
comment out the validate of data disk type
1 parent 59ee179 commit 4de5862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tencentcloud/resource_tc_kubernetes_cluster.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ func TkeCvmCreateInfo() map[string]*schema.Schema {
444444
ForceNew: true,
445445
Optional: true,
446446
Default: SYSTEM_DISK_TYPE_CLOUD_PREMIUM,
447-
ValidateFunc: validateAllowedStringValue(SYSTEM_DISK_ALLOW_TYPE),
447+
//ValidateFunc: validateAllowedStringValue(SYSTEM_DISK_ALLOW_TYPE),
448448
Description: "Types of disk, available values: `CLOUD_PREMIUM` and `CLOUD_SSD`.",
449449
},
450450
"disk_size": {

0 commit comments

Comments
 (0)