mirror of
https://github.com/patrickchugh/terravision.git
synced 2026-05-09 08:25:25 +02:00
[GH-ISSUE #158] feature request: Support existing plan as input #90
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#90
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 @xakraz on GitHub (Jan 5, 2026).
Original GitHub issue: https://github.com/patrickchugh/terravision/issues/158
Hi @patrickchugh !
Thanks for Terravision, it looks amazing 🙏🏻
Would it be possible to consume existing plans generated by
terraform planorterraform show -no-color -json output.tfplan > output.jsoninstead of "running" Terraform from within Terravision? We have automation in places that already do these steps and it would be easier for us to integrate that way 😇@patrickchugh commented on GitHub (Jan 6, 2026):
Shouldn't be too hard to do, but Terravision also needs the output from the terraform graph command. Can your automations generate that beforehand too ?
@patrickchugh commented on GitHub (Jan 16, 2026):
You would need to pass source files for analysing dependencies as well so in the end it's not going to save much time
@ClementV78 commented on GitHub (Jan 22, 2026):
I vote for, it will be easier to include terravision in a pipeline
@patrickchugh commented on GitHub (Jan 22, 2026):
@ClementV78 how do you envision making the source code be available in a pipeline ?
@xakraz commented on GitHub (Feb 1, 2026):
We are using Atlantis for our Terraform automation.
The service has everything in place, access to Terraform configuration, credentials for the providers, custom workflows to define and order commands.
@patrickchugh commented on GitHub (Feb 8, 2026):
@xakraz @ClementV78 Happy to announce due to your feedback I have added support for pre-generated TF plan files. Note you also need to supply a pregenerated terraform graph as well. We also need the source parameter as before pointing to the HCL code to infer relationships properly. Let me know if it works for you so I can close this issue.
@xakraz commented on GitHub (Feb 8, 2026):
Thanks @patrickchugh 🙏
I will check this out during the week
@patrickchugh commented on GitHub (Feb 28, 2026):
@xakraz can I close this?
@xakraz commented on GitHub (Mar 1, 2026):
Yes !
Thank you so much and sorry for not replying earlier 🙏