From 8cd0fd6213e2e46947aa9ba928d2eeeb6afc10f3 Mon Sep 17 00:00:00 2001 From: Maxime VISONNEAU Date: Thu, 27 Feb 2020 16:20:40 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f311558..3f2611f 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ [![Coverage Status](https://coveralls.io/repos/github/mvisonneau/tfcw/badge.svg?branch=master)](https://coveralls.io/github/mvisonneau/tfcw?branch=master) -`TFCW` allows you to **dynamically** maintain your **sensitive variables** within your **Terraform Cloud workspace**. +`TFCW` as its name suggests is a wrapper for the Terraform Cloud API. The main purpose is to provide us with a nice way to **dynamically** maintain our **sensitive variables** within **Terraform Cloud workspaces**. It is particularily useful when you work with ephemeral secrets which need to be renewed with very short timelines. However, you can also get strong benefit from it if you want to have a declarative way to manage your sensitive data. TFCW allows you to do all that whilst continuing to **only write HCL files**.