The terraform helm provider is rather noisy printing unnecessary metadata in the plan output making it hard to review changes. This awk
script redacts unnecessary field from the output to make it easier to review.
terraform plan -out plan.tfplan | awk -f supress_helm_release.awk
terraform show -no-color plan.tfplan | awk -f supress_helm_release.awk