@@ -167,8 +167,8 @@ The `auto_scaling_group` object supports the following:
167167* ` vpc_id ` - (Required, ForceNew) ID of VPC network.
168168* ` default_cooldown ` - (Optional, ForceNew) Default cooldown time in second, and default value is 300.
169169* ` desired_capacity ` - (Optional, ForceNew) Desired volume of CVM instances, which is between max_size and min_size.
170- * ` forward_balancer_ids ` - (Optional, ForceNew) List of application load balances , which can't be specified with load_balancer_ids together.
171- * ` load_balancer_ids ` - (Optional, ForceNew) ID list of traditional load balances .
170+ * ` forward_balancer_ids ` - (Optional, ForceNew) List of application load balancers , which can't be specified with load_balancer_ids together.
171+ * ` load_balancer_ids ` - (Optional, ForceNew) ID list of traditional load balancers .
172172* ` project_id ` - (Optional, ForceNew) Specifys to which project the scaling group belongs.
173173* ` retry_policy ` - (Optional, ForceNew) Available values for retry policies include ` IMMEDIATE_RETRY ` and ` INCREMENTAL_INTERVALS ` .
174174* ` subnet_ids ` - (Optional, ForceNew) ID list of subnet, and for VPC it is required.
@@ -184,8 +184,8 @@ The `data_disk` object supports the following:
184184
185185The ` forward_balancer_ids ` object supports the following:
186186
187- * ` listener_id ` - (Required, ForceNew) Listener ID for application load balances .
188- * ` load_balancer_id ` - (Required, ForceNew) ID of available load balances .
187+ * ` listener_id ` - (Required, ForceNew) Listener ID for application load balancers .
188+ * ` load_balancer_id ` - (Required, ForceNew) ID of available load balancers .
189189* ` target_attribute ` - (Required, ForceNew) Attribute list of target rules.
190190* ` rule_id ` - (Optional, ForceNew) ID of forwarding rules.
191191
0 commit comments