Skip to content

Commit c93bb0e

Browse files
author
mikatong
committed
update
1 parent 9e903c9 commit c93bb0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tencentcloud/services/cdwch/resource_tc_clickhouse_instance_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ resource "tencentcloud_subnet" "subnet2" {
203203
}
204204
205205
resource "tencentcloud_clickhouse_instance" "cdwch_instance_secondary_zone" {
206-
zone = var.availability_zone
206+
zone = "ap-guangzhou-6"
207207
ha_flag = true
208208
vpc_id = tencentcloud_vpc.vpc.id
209209
subnet_id = tencentcloud_subnet.subnet.id

0 commit comments

Comments
 (0)