From 5f166693628d51089cadc9e7bc4b52503f370b93 Mon Sep 17 00:00:00 2001 From: Evgeny Chernyavskiy Date: Tue, 10 Sep 2019 10:29:37 -0400 Subject: [PATCH] Fix typo in variables.html --- website/docs/configuration/variables.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/configuration/variables.html.md b/website/docs/configuration/variables.html.md index 781c88b50..465a64997 100644 --- a/website/docs/configuration/variables.html.md +++ b/website/docs/configuration/variables.html.md @@ -167,7 +167,7 @@ assigned in the configuration of their parent module, as described in ### Variables on the Command Line -To specify individual modules on the command line, use the `-var` option +To specify individual variables on the command line, use the `-var` option when running the `terraform plan` and `terraform apply` commands: ```