mirror of
https://github.com/patrickchugh/terravision.git
synced 2026-05-09 08:25:25 +02:00
[GH-ISSUE #179] KeyError: 'aws_internet_gateway.igw' #106
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#106
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 @khaledyasser2 on GitHub (Mar 25, 2026).
Original GitHub issue: https://github.com/patrickchugh/terravision/issues/179
Originally assigned to: @patrickchugh on GitHub.
Seems to constantly crash for me when trying to render internet gateways. All I added was:
To an already planned and successfully diagramed terraform configuration. Adding that a simple internet gateway to any of my configurations crashes them every time. Terraform plan passes, but I get this error in the end:
@patrickchugh commented on GitHub (Mar 29, 2026):
@khaledyasser2 Thanks for reporting this. This occurs because you have coincidentally chosen a name of IGW for your internet gateway which is a reserved name in terravision. I have fixed this with the latest code now by adding a check for this. Can you try again with the latest version?