From c6919bcc38295d71f5837c00b57deef0fb285001 Mon Sep 17 00:00:00 2001 From: Peter Souter Date: Mon, 30 Nov 2020 15:29:33 +0000 Subject: [PATCH] Adds doc instructions on how to import (#921) --- website/docs/r/jwt_auth_backend.html.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/website/docs/r/jwt_auth_backend.html.md b/website/docs/r/jwt_auth_backend.html.md index e9096681e..5d2811c9b 100644 --- a/website/docs/r/jwt_auth_backend.html.md +++ b/website/docs/r/jwt_auth_backend.html.md @@ -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 +``` \ No newline at end of file