Skip to content

Commit

Permalink
docs/stateful_set: add import section
Browse files Browse the repository at this point in the history
  • Loading branch information
jreut authored and jordan ryan reuter committed May 28, 2021
1 parent 45568d1 commit 6a4da8e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions website/docs/r/stateful_set.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -316,3 +316,11 @@ The following [Timeout](/docs/configuration/resources.html#operation-timeouts) c
* `read` - (Default `10 minutes`) Used for reading a StatefulSet
* `update` - (Default `10 minutes`) Used for updating a StatefulSet
* `delete` - (Default `10 minutes`) Used for destroying a StatefulSet

## Import

kubernetes_stateful_set can be imported using its namespace and name, e.g.

```
$ terraform import kubernetes_stateful_set.example default/terraform-example
```

0 comments on commit 6a4da8e

Please sign in to comment.