You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 6, 2023. It is now read-only.
What should have happened?
The module is found after having done a terraform init.
Actual Behavior
What actually happened?
The module is not found:
Cannot locate module locally: Unknown reason
This is looks to be because the module source in modules.json is git::ssh://git@github.com:org/repo.git//modules/aws/network/standard. If I change my source to be this value, it works fine.
The text was updated successfully, but these errors were encountered:
This also happens when it tries to refer to a submodule (and if you are in a module and it tries to resolve the module inside of that module). Not sure if that needs a separate fix.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Prerequisites
Installation details
Help->About->Copy to Clipboard
) 2021.3.1Settings->Plugins
)0.7.14
terraform -v
)1.1.3
Terraform Configuration Files
Expected Behavior
What should have happened?
The module is found after having done a
terraform init
.Actual Behavior
What actually happened?
The module is not found:
This is looks to be because the module source in
modules.json
isgit::ssh://git@github.com:org/repo.git//modules/aws/network/standard
. If I change my source to be this value, it works fine.The text was updated successfully, but these errors were encountered: