From 7f298d59513b838d6420f45d63c35e28ebb76087 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 3 Mar 2015 17:28:41 -0800 Subject: [PATCH] website: note that terraform get is required [GH-706] --- website/source/docs/modules/create.html.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/source/docs/modules/create.html.markdown b/website/source/docs/modules/create.html.markdown index da69891f7a..05669ff782 100644 --- a/website/source/docs/modules/create.html.markdown +++ b/website/source/docs/modules/create.html.markdown @@ -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