Difference between revisions of "Error: Module not installed"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
|||
(7 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
╷ | ╷ | ||
− | │ Error: Module not installed | + | │ Error: [[Module]] not installed |
│ | │ | ||
│ on /path/to/[[main.tf]] line 774: | │ on /path/to/[[main.tf]] line 774: | ||
Line 8: | Line 8: | ||
│ 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 show}} | * {{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: