Skip to content

Commit 9a884c7

Browse files
committed
chore: update docs
1 parent dfc89ca commit 9a884c7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: docs/data-sources/instance.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ Read-Only:
8989
- `app_role` (List of Object) (see [below for nested schema](#nestedobjatt--data_sources--external_secret--vault--app_role))
9090
- `engine_name` (String)
9191
- `password_key_name` (String)
92-
- `root_token` (String)
9392
- `secret_name` (String)
93+
- `token` (String)
9494
- `url` (String)
9595

9696
<a id="nestedobjatt--data_sources--external_secret--vault--app_role"></a>

Diff for: docs/data-sources/instance_list.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ Read-Only:
9292
- `app_role` (List of Object) (see [below for nested schema](#nestedobjatt--instances--data_sources--external_secret--vault--app_role))
9393
- `engine_name` (String)
9494
- `password_key_name` (String)
95-
- `root_token` (String)
9695
- `secret_name` (String)
96+
- `token` (String)
9797
- `url` (String)
9898

9999
<a id="nestedobjatt--instances--data_sources--external_secret--vault--app_role"></a>

Diff for: docs/resources/instance.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Required:
9797
Optional:
9898

9999
- `app_role` (Block List, Max: 1) The Vault app role to get the password. (see [below for nested schema](#nestedblock--data_sources--external_secret--vault--app_role))
100-
- `root_token` (String, Sensitive) The root token without TTL. Learn more: https://developer.hashicorp.com/vault/docs/commands/operator/generate-root
100+
- `token` (String, Sensitive) The root token without TTL. Learn more: https://developer.hashicorp.com/vault/docs/commands/operator/generate-root
101101

102102
<a id="nestedblock--data_sources--external_secret--vault--app_role"></a>
103103
### Nested Schema for `data_sources.external_secret.vault.app_role`

0 commit comments

Comments
 (0)