Created
September 3, 2019 17:19
-
-
Save dehuszar/7511eb59b71444c88e54cb507f79b131 to your computer and use it in GitHub Desktop.
Place these in yer .bashrc to do some basic terraforming
This file contains hidden or 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
# TF aliases | |
alias tf=/usr/bin/terraform | |
alias tfi="tf init -backend-config=backend.tfvars" | |
alias tfp="tf plan" | |
alias tfa="tf apply" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment