github.com/muratcelep/terraform@v1.1.0-beta2-not-internal-4/website/docs/cli/commands/get.html.md (about)

     1  ---
     2  layout: "docs"
     3  page_title: "Command: get"
     4  sidebar_current: "docs-commands-get"
     5  description: "The terraform get command downloads and updates modules."
     6  ---
     7  
     8  # Command: get
     9  
    10  The `terraform get` command is used to download and update
    11  [modules](/docs/language/modules/develop/index.html) mentioned in the root module.
    12  
    13  ## Usage
    14  
    15  Usage: `terraform get [options] PATH`
    16  
    17  The modules are downloaded into a `.terraform` subdirectory of the current
    18  working directory. Don't commit this directory to your version control
    19  repository.
    20  
    21  The `get` command supports the following option:
    22  
    23  * `-update` - If specified, modules that are already downloaded will be
    24     checked for updates and the updates will be downloaded if present.
    25  
    26  * `-no-color` - Disable text coloring in the output.