Skip to content

Commit

Permalink
Adds doc instructions on how to import (#921)
Browse files Browse the repository at this point in the history
  • Loading branch information
petems authored Nov 30, 2020
1 parent 400e1e5 commit c6919bc
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions website/docs/r/jwt_auth_backend.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,17 @@ The `tune` block is used to tune the auth backend:
## Attributes Reference

No additional attributes are exposed by this resource.

## Import

JWT auth backend can be imported using the `type`, e.g.

```
$ terraform import vault_jwt_auth_backend.oidc oidc
```

or

```
$ terraform import vault_jwt_auth_backend.jwt jwt
```

0 comments on commit c6919bc

Please sign in to comment.