Skip to content

Commit

Permalink
Update docs for LDAP Auth resource imports
Browse files Browse the repository at this point in the history
  • Loading branch information
lucymhdavies committed Apr 6, 2019
1 parent 48b4e67 commit 54c199a
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
8 changes: 8 additions & 0 deletions website/docs/r/ldap_auth_backend.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,11 @@ previously stored values.
In addition to the fields above, the following attributes are exported:

* `accessor` - The accessor for this auth mount.

## Import

LDAP authentication backends can be imported using the `path`, e.g.

```
$ terraform import vault_ldap_auth_backend.ldap ldap
```
8 changes: 8 additions & 0 deletions website/docs/r/ldap_auth_backend_group.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,11 @@ For more details on the usage of each argument consult the [Vault LDAP API docum
## Attribute Reference

No additional attributes are exposed by this resource.

## Import

LDAP authentication backend groups can be imported using the `path`, e.g.

```
$ terraform import vault_ldap_auth_backend_group.foo auth/ldap/groups/foo
```
8 changes: 8 additions & 0 deletions website/docs/r/ldap_auth_backend_user.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,11 @@ For more details on the usage of each argument consult the [Vault LDAP API docum
## Attribute Reference

No additional attributes are exposed by this resource.

## Import

LDAP authentication backend users can be imported using the `path`, e.g.

```
$ terraform import vault_ldap_auth_backend_user.foo auth/ldap/users/foo
```

0 comments on commit 54c199a

Please sign in to comment.