You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
terraform/website/docs/cli/commands/get.mdx

25 lines
732 B

---
page_title: terraform get command reference
description: The `terraform get` command downloads and updates modules.
---
# `terraform get` command
Run the `terraform get` command to download and update
[modules](/terraform/language/modules/develop) declared in the root module.
## Usage
Usage: `terraform get [options]`
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.