mirror of
https://github.com/patrickchugh/terravision.git
synced 2026-05-09 08:25:25 +02:00
[GH-ISSUE #116] KeyError: 'edges' #61
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#61
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 @patrickmlvn on GitHub (Apr 14, 2024).
Original GitHub issue: https://github.com/patrickchugh/terravision/issues/116
Checking out terravision for the first time and running into the following issue with a simple Azure Resource Group Terraform file.
My environment:
OS: MacOS Sonoma 14.4.1
terravision Version: 0.5
pyenv Version: 2.4.0
python3 Version: 3.10.14
@patrickchugh commented on GitHub (May 11, 2024):
Thanks for the bug report. Can you confirm if this still exists with the latest release pushed just now?
@patrickmlvn commented on GitHub (May 12, 2024):
You're welcome. Upgraded to terravision 0.6 and re-ran the command but still running into an issue, looks like the debug is slightly different now:
@patrickchugh commented on GitHub (May 12, 2024):
It's very peculiar that your tf graph output doesn't have any edges? I made some modification to check for the edges. Please try again and if it doesn't work can you share your Terraform source with me so I can try to reproduce the error?
@patrickmlvn commented on GitHub (May 13, 2024):
Thanks for the update. Pulled the latest changes in
mainand I am no longer receiving theedgeserror. However, I do receive this error:error
It could still be a user error on my end, but I tried with just a simple Azure Resource Group creation, as well as a Resource Group, VNET, and NSG. I also tried with a clean environment (removed
.terraform/and.terraform.lock.hcl) with no change.Just to rule out how/where I was running
terravision, all of my attempts have been from within the directory that contains my terraform code. I also tried running from theterravisiondirectory and supplying the--sourceparameter with no change in the error.Below, you can see that
terraform planthatterravisionis executing does see changes to apply:Generating Terraform Plan..
If it would still be helpful, I've included the terraform code below (if you need the provider, or any other info, let me know).
main.tf