mirror of
https://github.com/patrickchugh/terravision.git
synced 2026-05-09 08:25:25 +02:00
[GH-ISSUE #72] AWS Internet Gateway not supported #36
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#36
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 @colbyshores on GitHub (Nov 8, 2023).
Original GitHub issue: https://github.com/patrickchugh/terravision/issues/72
I believe that the internet gateway is not supported as I am receiving the following error:
Unhandled error: <class 'KeyError'>, 'aws_internet_gateway.igw', <traceback object at 0x7f43cbb76d40>
Is that the case and if so I would like to file a feature/bug report.
Thank you in advance!
@urbaned121 commented on GitHub (Nov 16, 2023):
I have the same issue
@martinscholz-mediatis commented on GitHub (Nov 16, 2023):
Same here
@patrickchugh commented on GitHub (Nov 21, 2023):
@colbyshores @urbaned121 @martinscholz-mediatis Hello, thank you for your feedback and thanks for testing out Terravision and helping to make this a better product. I have recently completed a major revamp to the code which uses the terraform binary to download source files and generate initial relationships, before augmenting it with source code parsing as before. This is a significant departure from the previous approach and whilst slower, ensures a more accurate output and will handle all terraform in built functions now when encountered in the source. Please do a git pull and re-test again with the latest source code. If your problem is resolved, please close the the thread in github issues and mark it as completed. If not, please give as much detail as you can about the errors and include any source files if possible so I can reproduce your issue. Once again, thanks for helping and look forward to hearing from you soon.
P.
@patrickchugh commented on GitHub (Nov 29, 2023):
can this be closed?