Skip to content

Commit a921cd8

Browse files
author
ivan
committed
2 parents 146e58b + 1b66708 commit a921cd8

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
## 1.56.12 (Unreleased)
1+
## 1.56.13 (Unreleased)
2+
3+
## 1.56.12
4+
5+
BUG FIXES
6+
7+
* Resource `tencentcloud_kubenetes_cluster` comment out the validate data_disk to supports hssd
28

39
## 1.56.11
410

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)