mirror of
https://github.com/patrickchugh/terravision.git
synced 2026-05-09 08:25:25 +02:00
[GH-ISSUE #125] Cannot create diagrams for TF which references external modules - Azure devops #68
Labels
No labels
bug
enhancement
enhancement
good first issue
good first issue
good first issue
pipeline
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/terravision#68
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
@patrickchugh commented on GitHub (Jan 3, 2026):
@f0rkth1s Can you try with the latest version 0.9.1 and see if this works now?
@patrickchugh commented on GitHub (Mar 1, 2026):
Closing with no response