Skip to content

Instantly share code, notes, and snippets.

View tafkam's full-sized avatar

tafkam

  • Lost in space
View GitHub Profile
@tafkam
tafkam / terragrunt_light.js
Last active November 9, 2021 22:55 — forked from dmattia/terragrunt_light.js
A less verbose terragrunt
/**
* Wrapper around terragrunt to display output succinctly on Atlantis.
*
* Terragrunt is notoriously verbose, which can cause Atlantis to output
* hundreds of comments on single PRs, which can be annoying.
*
* This script will output just the final plan for resources to update on
* successful terragrunt runs, but will output all terragrunt output on
* errors.
*/