Skip to content

Instantly share code, notes, and snippets.

@vainikkaj
vainikkaj / terradiff
Last active April 29, 2024 15:37 — forked from Kenterfie/terradiff
Small python script to make terraform plan outputs for terraform helm_release values better readable
#!/bin/env python3
#
# TERRADIFF
#
# Small script to convert EOT diffs into single line diffs to make them easier to read
#
# How to use
# terraform plan | terradiff
#