Merge pull request #5167 from jzohrab/add_terraform_get_hint

Add hint to download modules for new users.
This commit is contained in:
Martin Atkins 2016-02-17 08:39:37 -08:00
commit a1e3020462
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