Mohamed El Mouctar Haidara 88b3f028f4 feat(terraform): add autocompletion for Terraform 0.13 (#9226) | 4 years ago | |
---|---|---|
.. | ||
README.md | 4 years ago | |
_terraform | 4 years ago | |
terraform.plugin.zsh | 4 years ago |
Plugin for Terraform, a tool from Hashicorp for managing infrastructure safely and efficiently.
Current as of Terraform v0.13
To use it, add terraform
to the plugins array of your ~/.zshrc
file:
plugins=(... terraform)
terraform
into your prompt and hit TAB
to see available completion optionstf
into your prompt as a short alias to terraform
If you want to get current Terraform workspace name in your ZSH prompt open your .zsh-theme file and in a chosen place insert:
PROMPT=$'%{$fg[white]%}$(tf_prompt_info)%{$reset_color%} '