Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 33d3076

Browse files
jzohrabJeff Zohrab
authored andcommitted
Add hint to download modules for new users.
1 parent ead4bee commit 33d3076

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/module/tree.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ func (t *Tree) Load(s getter.Storage, mode GetMode) error {
163163
}
164164
if !ok {
165165
return fmt.Errorf(
166-
"module %s: not found, may need to be downloaded", m.Name)
166+
"module %s: not found, may need to be downloaded using 'terraform get'", m.Name)
167167
}
168168

169169
// If we have a subdirectory, then merge that in

0 commit comments

Comments
 (0)