Difference between revisions of "Error: Module not installed"

From wikieduonline
Jump to navigation Jump to search
(Created page with " ╷ │ Error: Module not installed │ │ on main.tf line 774: │ 774: module "yourmodule" { │ │ This module is not yet installed. Run "terraform init" t...")
 
Tags: Mobile web edit, Mobile edit
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
  
 
  ╷
 
  ╷
  │ Error: Module not installed
+
  │ Error: [[Module]] not installed
 
  │
 
  │
  │  on main.tf line 774:
+
  │  on /path/to/[[main.tf]] line 774:
 
  │  774: module "yourmodule" {
 
  │  774: module "yourmodule" {
 
  │
 
  │
 
  │ This module is not yet installed. Run "[[terraform init]]" to install all modules required by this configuration.
 
  │ This module is not yet installed. Run "[[terraform init]]" to install all modules required by this configuration.
 
  ╵
 
  ╵
 +
Solution: <code>[[terraform init]]</code>
  
 +
 +
== Related ==
 +
* <code>[[terraform init]]</code>
 +
* <code>[[terraform show]]</code>
 +
* <code>[[terraform plan]]</code>
 +
* <code>[[terraform graph]]</code>
 +
* [[Terraform plan execution with errors]]
  
 
== See also ==
 
== See also ==
* {{terraform}}
+
* {{terraform show}}
  
 
[[Category:Terraform]]
 
[[Category:Terraform]]

Latest revision as of 05:38, 22 March 2023

╷
│ Error: Module not installed
│
│   on /path/to/main.tf line 774:
│  774: module "yourmodule" {
│
│ This module is not yet installed. Run "terraform init" to install all modules required by this configuration.
╵
Solution: terraform init


Related[edit]

See also[edit]

Advertising: