(It will be shorter afterwards since I don't know much, just used it frequently recently.)
1. add alias
in .bashrc, alias "terraform" to "tf" which is the file extension. It saves a lot of typing
2. input, output and local variables
when declare a variable as "var", it is an "input" variable. And when declare a variable as "output", literally it is
(
Read more... )