Files
opentf/website/docs/commands/get.html.markdown
Jerry Chong 2f091836c9 Modified terraform get command (#26465)
-Added PATH
-Added -no-color option
2020-10-21 18:14:54 -03:00

770 B

layout, page_title, sidebar_current, description
layout page_title sidebar_current description
docs Command: get docs-commands-get The `terraform get` command is used to download and update modules.

Command: get

The terraform get command is used to download and update modules mentioned in the root module.

Usage

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

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.