[GH-ISSUE #125] Cannot create diagrams for TF which references external modules - Azure devops #68

Closed
opened 2026-05-06 12:37:02 +02:00 by BreizhHardware · 2 comments

Originally created by @f0rkth1s on GitHub (May 31, 2024).
Original GitHub issue: https://github.com/patrickchugh/terravision/issues/125

Parsing Terraform Source Files..
Added Source Location: /Users/xxxxxx/azure-devops/statements-source-infra/infrastructure/
Parsing /Users/xxxxxx/azure-devops/statements-source-infra/infrastructure/sns.tf
Found 3 resource stanza(s)
Parsing /Users/xxxxxx/azure-devops/statements-source-infra/infrastructure/lambdas.tf
Found 20 module stanza(s)

Loading Sources..
Processing External Module: git::ssh://git@ssh.dev.azure.com/v3/xxxxxx/xxxxxx/terraform-modules//lambda?ref=v1.0.1
Assuming code from Terraform registry source: git@ssh.dev.azure.com/v3/xxxxxx/xxxxxx/terraform-modules
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 git@ssh.dev.azure.com/v3/xxxxxx/xxxxxx/terraform-modules is reachable via the git CLI.

Should be
git@ssh.dev.azure.com:v3/xxxxxx/xxxxxx/terraform-modules

Originally created by @f0rkth1s on GitHub (May 31, 2024). Original GitHub issue: https://github.com/patrickchugh/terravision/issues/125 Parsing Terraform Source Files.. Added Source Location: /Users/xxxxxx/azure-devops/statements-source-infra/infrastructure/ Parsing /Users/xxxxxx/azure-devops/statements-source-infra/infrastructure/sns.tf Found 3 resource stanza(s) Parsing /Users/xxxxxx/azure-devops/statements-source-infra/infrastructure/lambdas.tf Found 20 module stanza(s) Loading Sources.. Processing External Module: git::ssh://git@ssh.dev.azure.com/v3/xxxxxx/xxxxxx/terraform-modules//lambda?ref=v1.0.1 Assuming code from Terraform registry source: git@ssh.dev.azure.com/v3/xxxxxx/xxxxxx/terraform-modules 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 git@ssh.dev.azure.com/v3/xxxxxx/xxxxxx/terraform-modules is reachable via the git CLI. Should be git@ssh.dev.azure.com:v3/xxxxxx/xxxxxx/terraform-modules
Author
Owner

@patrickchugh commented on GitHub (Jan 3, 2026):

@f0rkth1s Can you try with the latest version 0.9.1 and see if this works now?

<!-- gh-comment-id:3707293892 --> @patrickchugh commented on GitHub (Jan 3, 2026): @f0rkth1s Can you try with the latest version 0.9.1 and see if this works now?
Author
Owner

@patrickchugh commented on GitHub (Mar 1, 2026):

Closing with no response

<!-- gh-comment-id:3980318138 --> @patrickchugh commented on GitHub (Mar 1, 2026): Closing with no response
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/terravision#68
No description provided.