Skip to content

Instantly share code, notes, and snippets.

@hasantayyar
Created May 19, 2020 08:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hasantayyar/061d3f72ac7bae520cb8b04b2e49a75f to your computer and use it in GitHub Desktop.
Save hasantayyar/061d3f72ac7bae520cb8b04b2e49a75f to your computer and use it in GitHub Desktop.
terraform aliases
alias t="terraform"
alias tplanshort="terraform plan -no-color | grep -E '^[[:punct:]]|Plan'"
alias tplanless="terraform plan -no-color | grep -E '(^.*[#~+-] .*|^[[:punct:]]|Plan)'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment