We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 446c9a2 commit 70dcdf2Copy full SHA for 70dcdf2
builder/tencentcloud/cvm/run_config_test.go
@@ -13,6 +13,7 @@ import (
13
14
func testConfig() *TencentCloudRunConfig {
15
return &TencentCloudRunConfig{
16
+ Zone: "ap-guangzhou",
17
SourceImageId: "img-qwer1234",
18
InstanceType: "S3.SMALL2",
19
Comm: communicator.Config{
0 commit comments