Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 257 Bytes

NOTES.md

File metadata and controls

15 lines (13 loc) · 257 Bytes

Notes

Add TF Alias

cat 'alias "tf"="terraform"' > ~/.bash_profile && source ~/.bash_profile

Common Commands

touch terraform.tfvars
tf init
tf plan -out terraform.plan
tf apply terraform.plan
tf destroy -var-file=./terraform.tfvars