Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .changelog/3579.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:enhancement
resource/tencentcloud_kubernetes_native_node_pool: update params `instance_types`
```

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion website/docs/r/kubernetes_native_node_pool.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ The `management` object of `native` supports the following:
The `native` object supports the following:

* `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`.
* `instance_types` - (Required, List) Model list.
* `instance_types` - (Required, List, ForceNew) Model list.
* `security_group_ids` - (Required, List) Security group list.
* `subnet_ids` - (Required, List) Subnet list.
* `system_disk` - (Required, List, ForceNew) System disk configuration.
Expand Down
Loading