Skip to content

Commit 92496ce

Browse files
committed
add changelog and update doc
1 parent f5c515e commit 92496ce

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.changelog/2070.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:enhancement
2+
resource/tencentcloud_kubernetes_node_pool: add `orderly_security_group_ids` field to set the security group orderly.
3+
```

tencentcloud/resource_tc_kubernetes_node_pool.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ func composedKubernetesAsScalingConfigPara() map[string]*schema.Schema {
345345
Computed: true,
346346
Elem: &schema.Schema{Type: schema.TypeString},
347347
ConflictsWith: []string{"auto_scaling_config.0.security_group_ids"},
348-
Description: "An ordered security groups to which a CVM instance belongs.",
348+
Description: "Ordered security groups to which a CVM instance belongs.",
349349
},
350350
"enhanced_security_service": {
351351
Type: schema.TypeBool,

website/docs/r/kubernetes_node_pool.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ The `auto_scaling_config` object supports the following:
201201
* `internet_charge_type` - (Optional, String) Charge types for network traffic. Valid value: `BANDWIDTH_PREPAID`, `TRAFFIC_POSTPAID_BY_HOUR`, `TRAFFIC_POSTPAID_BY_HOUR` and `BANDWIDTH_PACKAGE`.
202202
* `internet_max_bandwidth_out` - (Optional, Int) Max bandwidth of Internet access in Mbps. Default is `0`.
203203
* `key_ids` - (Optional, List, ForceNew) ID list of keys.
204-
* `orderly_security_group_ids` - (Optional, List) An ordered security groups to which a CVM instance belongs.
204+
* `orderly_security_group_ids` - (Optional, List) Ordered security groups to which a CVM instance belongs.
205205
* `password` - (Optional, String, ForceNew) Password to access.
206206
* `public_ip_assigned` - (Optional, Bool) Specify whether to assign an Internet IP address.
207207
* `security_group_ids` - (Optional, Set) Security groups to which a CVM instance belongs.

0 commit comments

Comments
 (0)