Skip to content

Commit

Permalink
Add hint to download modules for new users.
Browse files Browse the repository at this point in the history
  • Loading branch information
jzohrab authored and Jeff Zohrab committed Feb 17, 2016
1 parent ead4bee commit 33d3076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/module/tree.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 33d3076

Please sign in to comment.