From 3174dfd63f6fe2c89f72236cb436e39126193513 Mon Sep 17 00:00:00 2001 From: Russell Rollins Date: Wed, 14 Jul 2021 14:08:52 -0400 Subject: [PATCH] Adds anchor for TF_CLI_ARGS. --- website/docs/cli/config/environment-variables.html.md | 1 + 1 file changed, 1 insertion(+) diff --git a/website/docs/cli/config/environment-variables.html.md b/website/docs/cli/config/environment-variables.html.md index 891f8d231..fb33a1a1f 100644 --- a/website/docs/cli/config/environment-variables.html.md +++ b/website/docs/cli/config/environment-variables.html.md @@ -62,6 +62,7 @@ export TF_VAR_amap='{ foo = "bar", baz = "qux" }' For more on how to use `TF_VAR_name` in context, check out the section on [Variable Configuration](/docs/language/values/variables.html). ## TF_CLI_ARGS and TF_CLI_ARGS_name + The value of `TF_CLI_ARGS` will specify additional arguments to the command-line. This allows easier automation in CI environments as well as