mirror of
https://github.com/patrickchugh/terravision.git
synced 2026-05-09 08:25:25 +02:00
[GH-ISSUE #186] How to debug fatal graph connections error? #110
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#110
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 @snemetz on GitHub (Apr 9, 2026).
Original GitHub issue: https://github.com/patrickchugh/terravision/issues/186
`
MacOS 26.2
terravision, version 0.32.0
Preflight check..
dot command detected: /opt/homebrew/bin/dot
gvpr command detected: /opt/homebrew/bin/gvpr
git command detected: /opt/homebrew/bin/git
terraform command detected: /opt/homebrew/bin/terraform
terraform version detected: Terraform v1.13.3
`
How can this error be debugged?
ERROR: Cannot map node module.projects["devops"].module.project-factory.google_project_default_service_accounts.default_service_accounts[0]~1 to graph connections. Exiting.I've tried --debug, but no logs or other messages are generated.
I've tried both letting terravision do the init and providing files (to make sure it had data from the real state file). Both give the same error.
@patrickchugh commented on GitHub (Apr 11, 2026):
Please try again @snemetz with the latest code
@snemetz commented on GitHub (Apr 13, 2026):
Works now. Thanks