Add hint to download modules for new users.

This commit is contained in:
Jeff Zohrab 2016-02-17 11:01:51 -05:00 committed by Jeff Zohrab
parent ead4bee5f5
commit 33d30761dd
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ func (t *Tree) Load(s getter.Storage, mode GetMode) error {
}
if !ok {
return fmt.Errorf(
"module %s: not found, may need to be downloaded", m.Name)
"module %s: not found, may need to be downloaded using 'terraform get'", m.Name)
}
// If we have a subdirectory, then merge that in