Open soldera opened 6 months ago
Can you try if it works without pointing to a particular ?ref= in the terraform?
We have this same issue cloning a repo from Azure devops where the git URL is incorrect with a / where a : should be
Can you try if it works without pointing to a particular ?ref= in the terraform?
I have same issue, module is hosted in public github and using https protocol. Removeing the "?ref=" produces same error.
TF code:
module "main" {
source = "git::https://github.com/entigolabs/entigo-infralib-release.git//modules/aws/vpc?ref=v0.13.1"
...
}
With ref:
Loading Sources..
Processing External Module: git::https://github.com/entigolabs/entigo-infralib-release.git//modules/aws/vpc?ref=v0.13.1
Assuming code from Terraform registry source: https://github.com/entigolabs/entigo-infralib-release.git//modules/aws/vpc
0it [00:00, ?it/s]
ERROR: Unable to call Git to clone repository! Check git and SSH fingerprints and keys are correct and ensure the repo https://github.com/entigolabs/entigo-infralib-release.git//modules/aws/vpc is reachable via the git CLI.
Without ref:
...
Loading Sources..
Processing External Module: git::https://github.com/entigolabs/entigo-infralib-release.git//modules/aws/vpc
Assuming code from Terraform registry source: https://github.com/entigolabs/entigo-infralib-release.git//modules/aws/vpc
0it [00:00, ?it/s]
ERROR: Unable to call Git to clone repository! Check git and SSH fingerprints and keys are correct and ensure the repo https://github.com/entigolabs/entigo-infralib-release.git//modules/aws/vpc is reachable via the git CLI.
Using git to clone the same repo in the same environment works:
# git clone https://github.com/entigolabs/entigo-infralib-release.git
Cloning into 'entigo-infralib-release'...
remote: Enumerating objects: 2083, done.
remote: Counting objects: 100% (391/391), done.
remote: Compressing objects: 100% (270/270), done.
remote: Total 2083 (delta 213), reused 268 (delta 114), pack-reused 1692
Receiving objects: 100% (2083/2083), 1.64 MiB | 2.65 MiB/s, done.
Resolving deltas: 100% (1092/1092), done.
Hi! I am having an issue with the drawing process.
Steps to reproduce:
main.tf:
terravision draw --source test/ --debug