Skip to content

Commit 0a913d7

Browse files
Allow CLOUD_BSSD and CLOUD_HSSD as system disks
Needed in order to use e.g. SA5 instances. Fixes #132.
1 parent 9d7f28f commit 0a913d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/tencentcloud/cvm/run_config.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ type TencentCloudRunConfig struct {
110110
}
111111

112112
var ValidCBSType = []string{
113-
"LOCAL_BASIC", "LOCAL_SSD", "CLOUD_BASIC", "CLOUD_SSD", "CLOUD_PREMIUM",
113+
"LOCAL_BASIC", "LOCAL_SSD", "CLOUD_BASIC", "CLOUD_SSD", "CLOUD_PREMIUM", "CLOUD_BSSD", "CLOUD_HSSD",
114114
}
115115

116116
func (cf *TencentCloudRunConfig) Prepare(ctx *interpolate.Context) []error {

0 commit comments

Comments
 (0)