mirror of
https://github.com/patrickchugh/terravision.git
synced 2026-05-09 08:25:25 +02:00
[GH-ISSUE #81] Unhandled error: <class 'IndexError'>, list index out of range, <traceback object at 0x7f61b0042b40> #41
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#41
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 @aomarabdelaziz on GitHub (Nov 27, 2023).
Original GitHub issue: https://github.com/patrickchugh/terravision/issues/81
while using this command terravision draw --source https://github.com/aomarabdelaziz/devops-ejs-express-api-hub//Terraform --show
I got this error
Plan: 52 to add, 0 to change, 0 to destroy.
──────────────────────────────────────────────────────────────────────────────────────────────────────────
Saved the plan to: tfplan.bin
To perform exactly these actions, run the following command to apply:
terraform apply "tfplan.bin"
Analysing plan..
Unhandled error: <class 'IndexError'>, list index out of range, <traceback object at 0x7f61b0042b40>
@patrickchugh commented on GitHub (Nov 29, 2023):
@aomarabdelaziz can you try to do a git pull with the latest code and see if this is fixed? I managed to run it with your source link on my machine now
@aomarabdelaziz commented on GitHub (Nov 29, 2023):
it works now fine , thanks