website: note that terraform get is required [GH-706]

This commit is contained in:
Mitchell Hashimoto 2015-03-03 17:28:41 -08:00
parent 4ecc6188f6
commit 7f298d5951
1 changed files with 4 additions and 0 deletions

View File

@ -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