Difference between revisions of "Error: Module not found"

From wikieduonline
Jump to navigation Jump to search
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
  
 +
== Module address could not be resolved ==
 +
Initializing modules...
 +
Downloading github.com/your_wrong_path/ for yourmodulename...
 +
 +
│ Error: Module not found
 +
 +
│ The module address "github.com/your_wrong_path/e" could not be resolved.
 +
 +
│ If you intended this as a path relative to the current module, use "./github.com/your_wrong_path/"
 +
│ instead. The "./" prefix indicates that the address is a relative filesystem path.
 +
 +
 +
 +
 +
== Module address could not be resolved ==
 
  ╷
 
  ╷
 
  │ Error: Module not found
 
  │ Error: Module not found
Line 15: Line 30:
 
== Related ==
 
== Related ==
 
* <code>[[terraform init]]</code>
 
* <code>[[terraform init]]</code>
 +
* <code>[[Error: Failed to download module]]</code>
  
 
== See also ==
 
== See also ==
 
* {{terraform modules}}
 
* {{terraform modules}}
 +
* {{terraform init}}
 
* {{Terraform}}
 
* {{Terraform}}
  
 
[[Category:Terraform]]
 
[[Category:Terraform]]

Latest revision as of 20:04, 29 November 2021

Module address could not be resolved[edit]

Initializing modules...
Downloading github.com/your_wrong_path/ for yourmodulename...
╷
│ Error: Module not found
│
│ The module address "github.com/your_wrong_path/e" could not be resolved.
│
│ If you intended this as a path relative to the current module, use "./github.com/your_wrong_path/"
│ instead. The "./" prefix indicates that the address is a relative filesystem path.
╵


Module address could not be resolved[edit]

╷
│ Error: Module not found
│
│ The module address
│ "[email protected]/your-project/yourpath/modules/module1" could
│ not be resolved.
│
│ If you intended this as a path relative to the current module, use
│ "./[email protected]/your-project/yourpath/modules/module1"
│ instead. The "./" prefix indicates that the address is a relative
│ filesystem path.
╵

Related[edit]

See also[edit]

Advertising: