@@ -255,8 +255,8 @@ func TestAccTencentCloudClbInstance_multiple_instance(t *testing.T) {
255
255
testAccCheckClbInstanceExists ("tencentcloud_clb_instance.multiple_instance" ),
256
256
resource .TestCheckResourceAttr ("tencentcloud_clb_instance.multiple_instance" , "network_type" , "OPEN" ),
257
257
resource .TestCheckResourceAttr ("tencentcloud_clb_instance.multiple_instance" , "clb_name" , MultiClbName ),
258
- resource .TestCheckResourceAttr ("tencentcloud_clb_instance.multiple_instance" , "master_zone_id" , "100003 " ),
259
- resource .TestCheckResourceAttr ("tencentcloud_clb_instance.multiple_instance" , "slave_zone_id" , "100004 " ),
258
+ resource .TestCheckResourceAttr ("tencentcloud_clb_instance.multiple_instance" , "master_zone_id" , "100004 " ),
259
+ resource .TestCheckResourceAttr ("tencentcloud_clb_instance.multiple_instance" , "slave_zone_id" , "100003 " ),
260
260
resource .TestCheckResourceAttr ("tencentcloud_clb_instance.multiple_instance" , "tags.test" , "mytest" ),
261
261
),
262
262
},
@@ -266,8 +266,8 @@ func TestAccTencentCloudClbInstance_multiple_instance(t *testing.T) {
266
266
testAccCheckClbInstanceExists ("tencentcloud_clb_instance.multiple_instance" ),
267
267
resource .TestCheckResourceAttr ("tencentcloud_clb_instance.multiple_instance" , "network_type" , "OPEN" ),
268
268
resource .TestCheckResourceAttr ("tencentcloud_clb_instance.multiple_instance" , "clb_name" , MultiClbName ),
269
- resource .TestCheckResourceAttr ("tencentcloud_clb_instance.multiple_instance" , "master_zone_id" , "100003 " ),
270
- resource .TestCheckResourceAttr ("tencentcloud_clb_instance.multiple_instance" , "slave_zone_id" , "100004 " ),
269
+ resource .TestCheckResourceAttr ("tencentcloud_clb_instance.multiple_instance" , "master_zone_id" , "100004 " ),
270
+ resource .TestCheckResourceAttr ("tencentcloud_clb_instance.multiple_instance" , "slave_zone_id" , "100003 " ),
271
271
resource .TestCheckResourceAttr ("tencentcloud_clb_instance.multiple_instance" , "tags.test" , "open" ),
272
272
),
273
273
},
@@ -567,8 +567,8 @@ const testAccClbInstance__multi_instance = `
567
567
resource "tencentcloud_clb_instance" "multiple_instance" {
568
568
network_type = "OPEN"
569
569
clb_name = "` + MultiClbName + `"
570
- master_zone_id = "100003 "
571
- slave_zone_id = "100004 "
570
+ master_zone_id = "100004 "
571
+ slave_zone_id = "100003 "
572
572
573
573
tags = {
574
574
test = "mytest"
@@ -580,8 +580,8 @@ const testAccClbInstance__multi_instance_update = `
580
580
resource "tencentcloud_clb_instance" "multiple_instance" {
581
581
network_type = "OPEN"
582
582
clb_name = "` + MultiClbName + `"
583
- master_zone_id = "100003 "
584
- slave_zone_id = "100004 "
583
+ master_zone_id = "100004 "
584
+ slave_zone_id = "100003 "
585
585
586
586
tags = {
587
587
test = "open"
0 commit comments