mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 08:20:09 +00:00
.. | ||
_terraform | ||
README.md | ||
terraform.plugin.zsh |
Terraform oh-my-zsh plugin
Plugin for Terraform, a tool from Hashicorp for managing infrastructure safely and efficiently.
Current as of Terraform v0.13
Requirements
Usage
To use it, add terraform
to the plugins array of your ~/.zshrc
file:
plugins=(... terraform)
- Type
terraform
into your prompt and hitTAB
to see available completion options - Type
tf
into your prompt as a short alias toterraform
Expanding ZSH prompt with current Terraform workspace name
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%} '