mirror of
https://github.com/patrickchugh/terravision.git
synced 2026-05-09 16:35:30 +02:00
[GH-ISSUE #171] FileNotFoundError: [Errno 2] No such file or directory: #99
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#99
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 @maxx-ukoo on GitHub (Feb 20, 2026).
Original GitHub issue: https://github.com/patrickchugh/terravision/issues/171
I try to generate graph with command
and got error:
in .terravision i have:
The same error I see with docker.
Is it bug or issue with my local configuration?
@patrickchugh commented on GitHub (Feb 21, 2026):
Thanks @maxx-ukoo never seen this before can you share your TF module code or a code sample so I can try to reproduce? Is your module referencing another module like in a nested manner ?
@maxx-ukoo commented on GitHub (Feb 21, 2026):
@patrickchugh I’m not a DevOps engineer, so I can’t write a minimal configuration, and I also can’t share the production code. But I simply asked Copilot to generate a minimal config. I got:
I not sure that it will work after apply but init/plan passed and with command:
I got:
@patrickchugh commented on GitHub (Feb 28, 2026):
I found this was related to a version mismatch on the module source terravision was downloading. This is now fixed in the latest version. Can you try agian?
@patrickchugh commented on GitHub (Feb 28, 2026):
@maxx-ukoo Thanks for spotting this.
@maxx-ukoo commented on GitHub (Mar 2, 2026):
@patrickchugh i have tested with 0.18.0 and it is works.
I have one more suggestion.
Could you update the README and change:
to:
I guess this change can save few minutes for new users.