Skip to content
This repository was archived by the owner on Jul 5, 2021. It is now read-only.

Commit 28fcb8e

Browse files
authored
Include table with Backends
1 parent e394596 commit 28fcb8e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -185,10 +185,11 @@ make test
185185
## Other Supported Backends
186186

187187
We would like to support as many backends as possible and it should be rather easy to write new ones. Currently supported backends are:
188-
189-
* [AWS Secrets Manager Info](https://aws.amazon.com/secrets-manager/), [AWS Secrets Manager Backend Docs](#what-does-it-do)
190-
* [GCP Secret Manager Info](https://cloud.google.com/secret-manager), [GCP Secret Manager Backend Docs](docs/backends/gsm.md)
191-
* [Gitlab CI/CD Variables Info](https://docs.gitlab.com/ce/ci/variables/), [Gitlab CI/CD Variables Backend Docs](docs/backends/gitlab.md)
188+
| Provider | Backend Doc |
189+
|--------------------------------------------------------------------|--------------------------------------------------------------------|
190+
|[AWS Secrets Manager Info](https://aws.amazon.com/secrets-manager/) | [AWS Secrets Manager Backend Docs](#what-does-it-do) |
191+
|[GCP Secret Manager Info](https://cloud.google.com/secret-manager) | [GCP Secret Manager Backend Docs](docs/backends/gsm.md) |
192+
|[Gitlab CI/CD Variables Info](https://docs.gitlab.com/ce/ci/variables/) | [Gitlab CI/CD Variables Backend Docs](docs/backends/gitlab.md) |
192193

193194
<a name="contributing"></a>
194195

0 commit comments

Comments
 (0)