Skip to content

Commit aeab360

Browse files
authored
add tke node pool import instructions (#2577)
1 parent 436ece7 commit aeab360

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

tencentcloud/services/tke/resource_tc_kubernetes_node_pool.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,4 +141,12 @@ resource "tencentcloud_kubernetes_node_pool" "mynodepool" {
141141
142142
}
143143
144+
```
145+
146+
Import
147+
148+
tke node pool can be imported, e.g.
149+
150+
```
151+
$ terraform import tencentcloud_kubernetes_node_pool.test cls-xxx#np-xxx
144152
```

website/docs/r/kubernetes_node_pool.html.markdown

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,3 +268,11 @@ In addition to all arguments above, the following attributes are exported:
268268
* `status` - Status of the node pool.
269269

270270

271+
## Import
272+
273+
tke node pool can be imported, e.g.
274+
275+
```
276+
$ terraform import tencentcloud_kubernetes_node_pool.test cls-xxx#np-xxx
277+
```
278+

0 commit comments

Comments
 (0)