From d4d56a96b1b8d50b7cba5ff926a4dda1f20f84c8 Mon Sep 17 00:00:00 2001 From: Vlad Romanenko Date: Tue, 22 Jun 2021 15:20:31 +0100 Subject: [PATCH] Add back missing closing quote character --- website/docs/cli/commands/plan.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/cli/commands/plan.html.md b/website/docs/cli/commands/plan.html.md index 03847cdf8..b77a93ef1 100644 --- a/website/docs/cli/commands/plan.html.md +++ b/website/docs/cli/commands/plan.html.md @@ -173,7 +173,7 @@ the previous section, are also available with the same meanings on [Resource Targeting](#resource-targeting) below for more information. -* `-var 'NAME=VALUE` - Sets a value for a single +* `-var 'NAME=VALUE'` - Sets a value for a single [input variable](/docs/language/values/variables.html) declared in the root module of the configuration. Use this option multiple times to set more than one variable.