Created
May 19, 2020 08:48
-
-
Save hasantayyar/061d3f72ac7bae520cb8b04b2e49a75f to your computer and use it in GitHub Desktop.
terraform aliases
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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