Difference between revisions of "Error: Module not found"
Jump to navigation
Jump to search
Line 30: | Line 30: | ||
== Related == | == Related == | ||
* <code>[[terraform init]]</code> | * <code>[[terraform init]]</code> | ||
− | * [[Error: Failed to download module]] | + | * <code>[[Error: Failed to download module]]</code> |
== See also == | == See also == |
Latest revision as of 20:04, 29 November 2021
Contents
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]
- Terraform modules,
terraform get
,module { source }
, AWS modules,module.
, child modules, Terraform modules inputs, submodules,terraform init -upgrade
terraform init
[-upgrade | -reconfigure | -backend-config | -get-plugins=false | -verify-plugins=false ]
,--help
, Execution examples, Execution with errors,~/.terraformrc, required_providers
- Terraform, OpenTofu, Terrakube.org, Installation, Terraform AWS, Terraform GCP, Terraform commands, Terraform Cloud, Terraform Enterprise (TFE), HCL, HIL, meta-arguments, providers, modules, resource, provisioners, data sources, backends: remote backends, examples, configuration files, state files, variables, types, Terraform Registry, conditionals:
depends_on
, functions, Blocks, dynamic blocks, errors, Terragrunt, Terraformer, Terratest, Terraform certifications, Terraform map type, Terraform Associate, Terraform: list type,TF_VAR_, TF_LOG
, Terraform provider versioning, Terraform Style Conventions, Required version, Terraform plugin, Terraform Named Values, tags, Changelog,tfsec, tflint
, Operators, Expressions:for, splat
, Debugging, Namespaces, Terraform Landing Zones, CDKTF, Atmos
Advertising: