Bash-it / bash-it

A community Bash framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adding alias tfi='terraform init'

nusrath432 opened this issue · comments

Hello,
How about adding
alias tfi='terraform init'
Thanks

Hey @nusrath432, what action does this command perform actually on the disk? I see no different make in the current working directory.

Screenshot 2022-02-08 at 2 43 02 PM

Hi @tbhaxor, It initialises the directory to be able to run other Terraform commands. Since you do not have any .tfvars files within that directory, it is highlighting the same.