From 50da22244185008389964335451bfd1d01b380a3 Mon Sep 17 00:00:00 2001 From: Floris van der Grinten Date: Tue, 19 Mar 2019 16:22:07 +0100 Subject: [PATCH] Mention of Terraform backend in README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 5b12b4f..f2d0271 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,11 @@ Creates or updates a secret. Expects the secret contents as bytes. Deletes the entire secret and its history. +## Terraform State Backend + +For those of you using [Terraform](https://www.terraform.io), the SecretHub Proxy can function as a [Terraform Backend](https://www.terraform.io/docs/backends/index.html) for your `.tfstate`. +Read more about this on our [blog post](). + ## Development Get the source code: