Skip to content

Commit

Permalink
Merge pull request #577 from mtchavez/master
Browse files Browse the repository at this point in the history
Modules documentation
  • Loading branch information
armon committed Nov 19, 2014
2 parents c1a6a48 + 25513f4 commit 106db37
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions website/source/intro/getting-started/modules.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,20 @@ of sources including Git, Mercurial, HTTP, and file paths.
The other configurations are parameters to our module. Please fill them
in with the proper values.

Prior to running any command such as `plan` with a configuration that
uses modules, you'll have to [get](/docs/commands/get.html) the modules.
This is done using the [get command](/docs/commands/get.html).

```
$ terraform get
...
```

This command will download the modules if they haven't been already.
By default, the command will not check for updates, so it is safe (and fast)
to run multiple times. You can use the `-u` flag to check and download
updates.

## Planning and Apply Modules

With the modules downloaded, we can now plan and apply it. If you run
Expand Down

0 comments on commit 106db37

Please sign in to comment.