Skip to content

Commit a9d5586

Browse files
authored
fix(tke): [128090374] tencentcloud_kubernetes_native_node_pool update params instance_types (#3579)
* add * add
1 parent 526684f commit a9d5586

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.changelog/3579.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_native_node_pool: update params `instance_types`
3+
```

tencentcloud/services/tke/resource_tc_kubernetes_native_node_pool.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/docs/r/kubernetes_native_node_pool.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ The `management` object of `native` supports the following:
172172
The `native` object supports the following:
173173

174174
* `instance_charge_type` - (Required, String, ForceNew) Node billing type. `PREPAID` is a yearly and monthly subscription, `POSTPAID_BY_HOUR` is a pay-as-you-go plan. The default is `POSTPAID_BY_HOUR`.
175-
* `instance_types` - (Required, List) Model list.
175+
* `instance_types` - (Required, List, ForceNew) Model list.
176176
* `security_group_ids` - (Required, List) Security group list.
177177
* `subnet_ids` - (Required, List) Subnet list.
178178
* `system_disk` - (Required, List, ForceNew) System disk configuration.

0 commit comments

Comments
 (0)