Created
June 28, 2024 08:26
-
-
Save dnmvisser/54d3d39aa6ff15019a80b75acac53b65 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Initializing modules... | |
╷ | |
│ Error: Invalid registry module source address | |
│ | |
│ on main.tf line 21, in module "vpc": | |
│ 21: source = "git::ssh://[email protected]/team/system/tfmods/aws-vpc.git" | |
│ | |
│ Failed to parse module registry address: a module registry source address must have either three or four slash-separated components. | |
│ | |
│ Terraform assumed that you intended a module registry source address because you also set the argument "version", which applies only to registry | |
│ modules. | |
╵ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment