How about this:
terraform plan -json | jq -s -r '[.[] | select(.type == "planned_change")] | sort | .[] | "\(.change.action): \(.change.resource.addr)"'