From 458c3d2d971a50bc1cf9cd12cf822973474fe7f7 Mon Sep 17 00:00:00 2001 From: James Oulman Date: Thu, 28 Oct 2021 12:20:34 -0400 Subject: [PATCH] update README to include TFVAULTENV_CONFIG_DEPTH --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ac1045..3c71db5 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Currently supported are: ## Configuration -The configuration is written in hcl in .tfvaultenv.config.hcl. By default tfvaultenv will search up to 3 parent directories for the config. This is useful in nested Terraform directory structure scenarios. +The configuration is written in hcl in `.tfvaultenv.config.hcl`. By default tfvaultenv will look in the current working directory for the config file. You can optionally set the `TFVAULTENV_CONFIG_DEPTH` environment variable to search up to N parent directories. This is useful in nested Terraform directory structure scenarios. ### Active Directory