Skip to content

Instantly share code, notes, and snippets.

@dehuszar
Created September 3, 2019 17:19
Show Gist options
  • Save dehuszar/7511eb59b71444c88e54cb507f79b131 to your computer and use it in GitHub Desktop.
Save dehuszar/7511eb59b71444c88e54cb507f79b131 to your computer and use it in GitHub Desktop.
Place these in yer .bashrc to do some basic terraforming
# 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