Files
opentf/website/docs/cli/commands/get.html.md
Dylan Staley 0e48f58688 Revert "migrate docs to mdx"
This reverts commit 3cb12b5a52.
2021-11-22 15:57:25 -08:00

773 B

layout, page_title, sidebar_current, description
layout page_title sidebar_current description
docs Command: get docs-commands-get The terraform get command downloads and updates 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.