Andrew Mercer
terraform plan -out=tfplan 2>&1 | grep -A 50 "[ resource ]"
terraform show -json tfplan | python3 -m json.tool | grep -A 100 "[ resource ]"
TF_LOG=DEBUG terraform apply -auto-approve 2>&1 | grep -A 20 "[ resource ]"