You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because of the high level of detail in data encoded in Plan it's often difficult to tell for a human what's in the plan without using some extra tooling such as jq and fully understanding the structure of the JSON. Pretty-printing the structure via tools like spew also doesn't always help, due to the amount of data:
Because of the high level of detail in data encoded in
Plan
it's often difficult to tell for a human what's in the plan without using some extra tooling such asjq
and fully understanding the structure of the JSON. Pretty-printing the structure via tools like spew also doesn't always help, due to the amount of data:There should be a way to get a human-friendly representation of the plan, similar to output from
terraform show planfile
orterraform plan
.The text was updated successfully, but these errors were encountered: