Skip to content

Commit

Permalink
website: note that terraform get is required [GH-706]
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellh committed Mar 4, 2015
1 parent 4ecc618 commit 7f298d5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/source/docs/modules/create.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ module "child" {
This will work. You've created your first module! You can add resources
to the child module to see how that interaction works.

Note: Prior to running the above, you'll have to run
[the get command](/docs/commands/get.html) for Terraform to sync
your modules. This should be instant since the module is just a local path.

## Inputs/Outputs

To make modules more useful than simple isolated containers of Terraform
Expand Down

0 comments on commit 7f298d5

Please sign in to comment.