Skip to content

Commit 23c269e

Browse files
author
“guojunchu”
committed
fix fmt
1 parent 456bdb9 commit 23c269e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tencentcloud/resource_tc_clb_target_group_attachment.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ func resourceTencentCloudClbTargetGroupAttachmentCreate(d *schema.ResourceData,
129129
for _, rule := range listener.Rules {
130130
if locationId == *rule.LocationId && (rule.TargetType != nil && *rule.TargetType == CLB_TARGET_TYPE_TARGETGROUP) {
131131
isRuleExist = true
132+
break
132133
}
133134
}
134135
if !isRuleExist {

0 commit comments

Comments
 (0)