Install

Shell auto complete

如果使用的是常見的 bash 或 zsh shell 的話,可以使用 terraform 提供的 auto complete,用 Tab 就可以讓 sub-command 自動補齊。

設定 auto complete

$ echo 'complete -o nospace -C /usr/local/bin/terraform terraform' > ~/.bashrc

或者使用 terraform 的 -install-autocomplete 安裝

$ terraform -install-autocomplete

解除安裝也只要一行

$ terraform -uninstall-autocomplete

terraformrc

terraform 的設定檔預設在 .terraformrc/terraform.rc (Windows 則在 %APPDATA%/terraform.rc)

提供幾個參數使用