This repository was archived by the owner on Jul 5, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -185,10 +185,11 @@ make test
185185# # Other Supported Backends
186186
187187We 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
You can’t perform that action at this time.
0 commit comments