Skip to content

Commit

Permalink
Many updates to the provider, functional vault record resource
Browse files Browse the repository at this point in the history
  • Loading branch information
papegaaij committed Oct 10, 2023
1 parent c139fe5 commit f0c0b74
Show file tree
Hide file tree
Showing 34 changed files with 10,772 additions and 2,653 deletions.
11 changes: 11 additions & 0 deletions docs/data-sources/client.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ Read-Only:
- `audit` (Attributes) (see [below for nested schema](#nestedatt--additional_objects--audit))
- `groupclients` (Attributes) (see [below for nested schema](#nestedatt--additional_objects--groupclients))
- `groups` (Attributes) (see [below for nested schema](#nestedatt--additional_objects--groups))
- `secret` (Attributes) (see [below for nested schema](#nestedatt--additional_objects--secret))
- `tile` (Attributes) (see [below for nested schema](#nestedatt--additional_objects--tile))
- `vault_record_count` (Number)

Expand Down Expand Up @@ -584,6 +585,16 @@ Read-Only:



<a id="nestedatt--additional_objects--secret"></a>
### Nested Schema for `additional_objects.secret`

Read-Only:

- `generated_secret` (String)
- `old_secret` (String)
- `regenerate` (Boolean)


<a id="nestedatt--additional_objects--tile"></a>
### Nested Schema for `additional_objects.tile`

Expand Down
11 changes: 11 additions & 0 deletions docs/data-sources/serviceaccount.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ Read-Only:

- `audit` (Attributes) (see [below for nested schema](#nestedatt--additional_objects--audit))
- `groups` (Attributes) (see [below for nested schema](#nestedatt--additional_objects--groups))
- `secret` (Attributes) (see [below for nested schema](#nestedatt--additional_objects--secret))

<a id="nestedatt--additional_objects--audit"></a>
### Nested Schema for `additional_objects.audit`
Expand Down Expand Up @@ -103,6 +104,16 @@ Read-Only:



<a id="nestedatt--additional_objects--secret"></a>
### Nested Schema for `additional_objects.secret`

Read-Only:

- `generated_secret` (String)
- `old_secret` (String)
- `regenerate` (Boolean)



<a id="nestedatt--links"></a>
### Nested Schema for `links`
Expand Down
17 changes: 17 additions & 0 deletions docs/data-sources/vaultrecord.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ Read-Only:

- `audit` (Attributes) (see [below for nested schema](#nestedatt--additional_objects--audit))
- `parent` (Attributes) (see [below for nested schema](#nestedatt--additional_objects--parent))
- `password_metadata` (Attributes) (see [below for nested schema](#nestedatt--additional_objects--password_metadata))
- `secret` (Attributes) (see [below for nested schema](#nestedatt--additional_objects--secret))
- `share_summary` (Attributes) (see [below for nested schema](#nestedatt--additional_objects--share_summary))
- `shares` (Attributes) (see [below for nested schema](#nestedatt--additional_objects--shares))
Expand Down Expand Up @@ -98,6 +99,22 @@ Read-Only:



<a id="nestedatt--additional_objects--password_metadata"></a>
### Nested Schema for `additional_objects.password_metadata`

Read-Only:

- `dictionary` (Boolean)
- `duplicate` (Boolean)
- `hash` (String)
- `length` (Number)
- `lower_count` (Number)
- `number_count` (Number)
- `special_count` (Number)
- `strength` (Number)
- `upper_count` (Number)


<a id="nestedatt--additional_objects--secret"></a>
### Nested Schema for `additional_objects.secret`

Expand Down
Loading

0 comments on commit f0c0b74

Please sign in to comment.