Modified terraform get command (#26465)

-Added PATH
-Added -no-color option
This commit is contained in:
Jerry Chong 2020-10-22 05:14:54 +08:00 committed by GitHub
parent f0edb192b3
commit 2f091836c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -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.