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