Output number of changes from Terraform Plan

Hi @lasiewicz, you can get the machine readable output from a plan using terraform show -json. There is no tally for the changes, but all changes are listed in the list of resource_changes .