Skip to content

Commit

Permalink
fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
judell authored and graza-io committed Sep 8, 2022
1 parent a4acfdf commit 33fa3bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tables/vault_kv_secret.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Table: vault_kv_secret

For working with paths for secrets in the kv [engines](https://github.com/theapsgroup/steampipe-plugin-vault/blob/main/docs/tables/vault_engines.md)
For working with paths for secrets in the kv [engines](https://github.com/theapsgroup/steampipe-plugin-vault/blob/main/docs/tables/vault_engine.md)

> Note: This does not expose the contents of the secrets by design.
Expand Down Expand Up @@ -36,4 +36,4 @@ from
vault_kv_secret
where
key like '%myapp%';
```
```

0 comments on commit 33fa3bd

Please sign in to comment.