mirror of
https://github.com/patrickchugh/terravision.git
synced 2026-05-09 08:25:25 +02:00
[GH-ISSUE #172] not working with --planfile #101
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#101
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 @gchan122sage on GitHub (Mar 5, 2026).
Original GitHub issue: https://github.com/patrickchugh/terravision/issues/172
Originally assigned to: @patrickchugh on GitHub.
Hi nice work, I ran into issue when running with planfile, my tfvars and variables file are symlinks, Get the following error when using running:
After modifying the fileparser.py file seems to be working.
@patrickchugh commented on GitHub (Mar 6, 2026):
Thanks for bringing this to my attention. Would you be able to share the tfdata.json so I can debug the issue with the load balancer name and type ? It's showing as false in your case.
@gchan122sage commented on GitHub (Mar 6, 2026):
Alb and subnet is from data source, vpc is from tfvars. I also could not get it to draw the network components.
tfdata.json
@patrickchugh commented on GitHub (Mar 7, 2026):
@gchan122sage Can you do a git pull and try again with the latest code? You should see something like:
@gchan122sage commented on GitHub (Mar 7, 2026):
I build a new image with the latest code and its working, this is good. A nice to have feature would an option for more detailed network like IPs, SG rules, ALB listener rules etc. Thanks.
@patrickchugh commented on GitHub (Mar 8, 2026):
@gchan122sage Good idea, where would be the ideal place to put all that info ?
In a previous version I had each Subnet and VPC with the CIDR next to the label. Not sure about where rules and other info should go? You mean in a seperate table?
@gchan122sage commented on GitHub (Mar 9, 2026):
@patrickchugh I think a good place would be following the logic flow links ie: ALB -> listener and maybe a separate table to list details. Network info next to the label looks good.