From 2f091836c98130d5a830eea3b8d457335f4c3956 Mon Sep 17 00:00:00 2001 From: Jerry Chong <15714095+jerrychong25@users.noreply.github.com> Date: Thu, 22 Oct 2020 05:14:54 +0800 Subject: [PATCH] Modified terraform get command (#26465) -Added PATH -Added -no-color option --- website/docs/commands/get.html.markdown | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/website/docs/commands/get.html.markdown b/website/docs/commands/get.html.markdown index e497e6867..80cbf4a5e 100644 --- a/website/docs/commands/get.html.markdown +++ b/website/docs/commands/get.html.markdown @@ -13,7 +13,7 @@ The `terraform get` command is used to download and update ## Usage -Usage: `terraform get [options]` +Usage: `terraform get [options] PATH` The modules are downloaded into a `.terraform` subdirectory of the current working directory. Don't commit this directory to your version control @@ -23,3 +23,5 @@ The `get` command supports the following option: * `-update` - If specified, modules that are already downloaded will be checked for updates and the updates will be downloaded if present. + +* `-no-color` - Disable text coloring in the output.