Merge pull request #5167 from jzohrab/add_terraform_get_hint
Add hint to download modules for new users.
This commit is contained in:
commit
a1e3020462
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue