Skip to content

Instantly share code, notes, and snippets.

@dnmvisser
Created June 28, 2024 08:26
Show Gist options
  • Save dnmvisser/54d3d39aa6ff15019a80b75acac53b65 to your computer and use it in GitHub Desktop.
Save dnmvisser/54d3d39aa6ff15019a80b75acac53b65 to your computer and use it in GitHub Desktop.
Initializing modules...
│ Error: Invalid registry module source address
│ on main.tf line 21, in module "vpc":
│ 21: source = "git::ssh://git@gitlab.foo.org/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