Skip to content

Commit 069aa1f

Browse files
author
“guojunchu”
committed
optimize document
1 parent d8562b8 commit 069aa1f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tencentcloud/resource_tc_kubernetes_as_scaling_group.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -399,27 +399,27 @@ func kubernetesAsScalingGroupPara() map[string]*schema.Schema {
399399
ForceNew: true,
400400
Elem: &schema.Schema{Type: schema.TypeString},
401401
ConflictsWith: []string{"auto_scaling_group.0.forward_balancer_ids"},
402-
Description: "ID list of traditional load balances.",
402+
Description: "ID list of traditional load balancers.",
403403
},
404404
"forward_balancer_ids": {
405405
Type: schema.TypeList,
406406
Optional: true,
407407
ForceNew: true,
408408
ConflictsWith: []string{"auto_scaling_group.0.load_balancer_ids"},
409-
Description: "List of application load balances, which can't be specified with load_balancer_ids together.",
409+
Description: "List of application load balancers, which can't be specified with load_balancer_ids together.",
410410
Elem: &schema.Resource{
411411
Schema: map[string]*schema.Schema{
412412
"load_balancer_id": {
413413
Type: schema.TypeString,
414414
Required: true,
415415
ForceNew: true,
416-
Description: "ID of available load balances.",
416+
Description: "ID of available load balancers.",
417417
},
418418
"listener_id": {
419419
Type: schema.TypeString,
420420
Required: true,
421421
ForceNew: true,
422-
Description: "Listener ID for application load balances.",
422+
Description: "Listener ID for application load balancers.",
423423
},
424424
"rule_id": {
425425
Type: schema.TypeString,

0 commit comments

Comments
 (0)