Closed Mykhailo-Roit closed 11 months ago
tf show plan.out
has an entirely different format (+/-). It will require a seperate parsing method. Also, the output is usually much smaller than the full state file.
Is there a real benefit in showing it in the TUI instead of viewing it on screen as a regular output?
main goal is to visualize only planned changes For big infra finding changes is quite difficult when using full state file
and out file can reduce a time for waiting because planning requires a lot of time for big infra
@Mykhailo-Roit plan and apply was added in v0.11.
Check it out.
only use
terraform show <someplanfile>
as input for visualizeThis file can create via
terraform plan -out=<someplanfile>