Skip to content

Instantly share code, notes, and snippets.

View tafkam's full-sized avatar

tafkam

  • Lost in space
View GitHub Profile
@tafkam
tafkam / keybase.md
Created November 24, 2021 18:19
keybase.md

Keybase proof

I hereby claim:

  • I am tafkam on github.
  • I am meichhorn (https://keybase.io/meichhorn) on keybase.
  • I have a public key ASC4Z_0GS9Mr2sAPEE061kfPAH6p26k2F2c1Um5RzAXmLQo

To claim this, I am signing this object:

@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.
*/