Skip to content

Commit

Permalink
Allow CLOUD_BSSD and CLOUD_HSSD as system disks
Browse files Browse the repository at this point in the history
Needed in order to use e.g. SA5 instances. Fixes #132.
  • Loading branch information
Jalle19 committed Oct 22, 2024
1 parent 9d7f28f commit 72ce3dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/tencentcloud/cvm/run_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ type TencentCloudRunConfig struct {
}

var ValidCBSType = []string{
"LOCAL_BASIC", "LOCAL_SSD", "CLOUD_BASIC", "CLOUD_SSD", "CLOUD_PREMIUM",
"LOCAL_BASIC", "LOCAL_SSD", "CLOUD_BASIC", "CLOUD_SSD", "CLOUD_PREMIUM", "CLOUD_BSSD", "CLOUD_HSSD",
}

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

0 comments on commit 72ce3dc

Please sign in to comment.