Skip to content

Commit b8dde96

Browse files
committed
update test
1 parent c1ad57e commit b8dde96

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tencentcloud/services/tke/resource_tc_kubernetes_scale_worker_test.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,10 @@ func testAccCheckTkeScaleWorkerExists(n string) resource.TestCheckFunc {
232232
}
233233

234234
const testAccTkeScaleWorkerInstanceBasic = tcacctest.TkeDataSource + `
235+
variable "default_az" {
236+
default = "ap-guangzhou-3"
237+
}
238+
235239
variable "availability_zone" {
236240
default = "ap-guangzhou-3"
237241
}

0 commit comments

Comments
 (0)