Skip to content

Commit 09a6db1

Browse files
author
ivan
committed
添加create中调用update操作时,设置load_balancer_pass_to_target
1 parent db39be6 commit 09a6db1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tencentcloud/resource_tc_clb_instance.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -441,6 +441,7 @@ func resourceTencentCloudClbInstanceRead(d *schema.ResourceData, meta interface{
441441
_ = d.Set("internet_charge_type", instance.NetworkAttributes.InternetChargeType)
442442
}
443443

444+
_ = d.Set("load_balancer_pass_to_target", instance.LoadBalancerPassToTarget)
444445
_ = d.Set("master_zone_id", instance.MasterZone)
445446
_ = d.Set("zone_id", instance.MasterZone)
446447
_ = d.Set("slave_zone_id", instance.MasterZone)

0 commit comments

Comments
 (0)