-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
visualization tfplan created outside tftui #62
Comments
Hi Mykhailo, I'm not a terragrunt user myself, so I'll need more input.
|
Hi @idoavrah So you can use only terraform to generate tfplan file FYI my today pain is analyze a huge list after terraform plan: "Plan: 476 to add, 0 to change, 38 to destroy." |
I can't use an existing plan file, because I'm parsing the OUTPUT text, not the binary file itself. Is the only difference between a "regular" plan command and the one you've written is the number of var-files? If I add support for multiple varfiles, will it suffice? (assuming you're running terragrunt as the executable). |
But here I see that you use binary format https://github.com/idoavrah/terraform-tui/blob/main/tftui/plan.py#L36
yes, but names for these vars file generated based on execution directory name
|
Does it possible to visualization tfplan created outside tftui (e.g. by terragrunt with extra options like several dynamic generated links to vars files)?
The text was updated successfully, but these errors were encountered: