Skip to content

Commit 8a51808

Browse files
authored
update import docs (#2098)
1 parent 73e2558 commit 8a51808

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

website/docs/r/node_taint.html.markdown

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,4 @@ The following arguments are supported:
5353

5454
## Import
5555

56-
Node taint can be imported using the format `<node>,<key>=<value>:<effect>`, e.g.
57-
58-
```
59-
$ terraform import kubernetes_node_taint.example 'my-node.my-cluster.k8s.local,node-role.kubernetes.io/example=true:NoSchedule'
60-
```
56+
This resource does not support the `import` command. As this resource operates on Kubernetes resources that already exist, creating the resource is equivalent to importing it.

0 commit comments

Comments
 (0)